Skip to content

Commit

Permalink
[VE][NFC] formatting VEISD enum
Browse files Browse the repository at this point in the history
  • Loading branch information
simoll committed May 4, 2020
1 parent 0a4defe commit 1e89f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/Target/VE/VEISelLowering.h
Expand Up @@ -27,8 +27,8 @@ enum NodeType : unsigned {
Hi,
Lo, // Hi/Lo operations, typically on a global address.

GETFUNPLT, // load function address through %plt insturction
GETTLSADDR, // load address for TLS access
GETFUNPLT, // load function address through %plt insturction
GETTLSADDR, // load address for TLS access

CALL, // A call instruction.
RET_FLAG, // Return with a flag operand.
Expand Down

0 comments on commit 1e89f36

Please sign in to comment.