diff options
Diffstat (limited to 'llvm/lib/VMCore/Instruction.cpp')
-rw-r--r-- | llvm/lib/VMCore/Instruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index b009c01eecb..0de34b5bd54 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp @@ -97,6 +97,7 @@ const char *Instruction::getOpcodeName(unsigned OpCode) { // Other instructions... case PHI: return "phi"; case Cast: return "cast"; + case Select: return "select"; case Call: return "call"; case Shl: return "shl"; case Shr: return "shr"; |