summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression/IRInterpreter.cpp')
-rw-r--r--lldb/source/Expression/IRInterpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp
index 082e886188d..5552cb3d5d7 100644
--- a/lldb/source/Expression/IRInterpreter.cpp
+++ b/lldb/source/Expression/IRInterpreter.cpp
@@ -516,6 +516,7 @@ IRInterpreter::CanInterpret (llvm::Module &module,
return false;
}
}
+ break;
case Instruction::GetElementPtr:
break;
case Instruction::ICmp:
OpenPOWER on IntegriCloud