diff options
Diffstat (limited to 'llvm/lib/VMCore/Instruction.cpp')
-rw-r--r-- | llvm/lib/VMCore/Instruction.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index 5c741f7b874..d3d2f342ca6 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp @@ -137,6 +137,8 @@ const char *Instruction::getOpcodeName(unsigned OpCode) { case BitCast: return "bitcast"; // Other instructions... + case ICmp: return "icmp"; + case FCmp: return "fcmp"; case PHI: return "phi"; case Select: return "select"; case Call: return "call"; |