diff options
Diffstat (limited to 'llvm/lib/CodeGen/SwitchLoweringUtils.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SwitchLoweringUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SwitchLoweringUtils.cpp b/llvm/lib/CodeGen/SwitchLoweringUtils.cpp index 53b6940e06b..83acf7f8071 100644 --- a/llvm/lib/CodeGen/SwitchLoweringUtils.cpp +++ b/llvm/lib/CodeGen/SwitchLoweringUtils.cpp @@ -52,6 +52,7 @@ void SwitchCG::SwitchLowering::findJumpTables(CaseClusterVector &Clusters, assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); #endif + assert(TLI && "TLI not set!"); if (!TLI->areJTsAllowed(SI->getParent()->getParent())) return; |