diff options
Diffstat (limited to 'llvm/lib/IR/Instruction.cpp')
-rw-r--r-- | llvm/lib/IR/Instruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/Instruction.cpp b/llvm/lib/IR/Instruction.cpp index b157c7bb34b..2e9310c1173 100644 --- a/llvm/lib/IR/Instruction.cpp +++ b/llvm/lib/IR/Instruction.cpp @@ -307,6 +307,7 @@ const char *Instruction::getOpcodeName(unsigned OpCode) { // Standard unary operators... case FNeg: return "fneg"; + case Freeze: return "freeze"; // Standard binary operators... case Add: return "add"; |