diff options
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp b/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp index 530ad038cbe..4aad17d7236 100644 --- a/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp +++ b/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp @@ -96,7 +96,7 @@ SimplifyHalfPowrLibCalls::InlineHalfPowrs(const std::vector<Instruction *> &Half      NewBlock = SplitBlock(NextInst->getParent(), NextInst, this);      bool B = InlineFunction(Call, 0, TD); -    assert(B && "half_powr didn't inline?"); +    assert(B && "half_powr didn't inline?"); B=B;      BasicBlock *NewBody = NewBlock->getSinglePredecessor();      assert(NewBody);  | 

