diff options
Diffstat (limited to 'test/Transforms/LoopSimplify/preserve-scev.ll')
-rw-r--r-- | test/Transforms/LoopSimplify/preserve-scev.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/preserve-scev.ll b/test/Transforms/LoopSimplify/preserve-scev.ll index 854c612f02dd..89626b2af518 100644 --- a/test/Transforms/LoopSimplify/preserve-scev.ll +++ b/test/Transforms/LoopSimplify/preserve-scev.ll @@ -50,7 +50,7 @@ return: ; preds = %for.body18, %for.bo declare void @foo() nounwind ; Notify SCEV when removing an ExitingBlock. -; CHECK: @mergeExit +; CHECK-LABEL: @mergeExit( ; CHECK: while.cond191: ; CHECK: br i1 %or.cond, label %while.body197 ; CHECK-NOT: land.rhs: |