summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MILexer.cpp')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MILexer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.cpp b/llvm/lib/CodeGen/MIRParser/MILexer.cpp
index 84cf186ca37..16a27ad5d8e 100644
--- a/llvm/lib/CodeGen/MIRParser/MILexer.cpp
+++ b/llvm/lib/CodeGen/MIRParser/MILexer.cpp
@@ -498,9 +498,9 @@ static MIToken::TokenKind symbolToken(char C) {
case '-':
return MIToken::minus;
case '<':
- return MIToken::lt;
+ return MIToken::less;
case '>':
- return MIToken::gt;
+ return MIToken::greater;
default:
return MIToken::Error;
}
OpenPOWER on IntegriCloud