Skip to content
Snippets Groups Projects
Commit 9287289d authored by Sean Callanan's avatar Sean Callanan
Browse files

Added a missing "break" to avoid falling through

when other cases get added.

llvm-svn: 204751
parent 576a4374
No related branches found
No related tags found
No related merge requests found
......@@ -516,6 +516,7 @@ IRInterpreter::CanInterpret (llvm::Module &module,
return false;
}
}
break;
case Instruction::GetElementPtr:
break;
case Instruction::ICmp:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment