summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopUnroll
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-14 01:38:19 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-14 01:38:19 +0000
commit82e539d037a33f968e4a5476d3d471e1112f8ab2 (patch)
tree1b972b765598d5da3f2bf3ede953d613d3dd317a /test/Transforms/LoopUnroll
parent60808c76b4f3674a08fd468bcb5afb2cab77227a (diff)
downloadllvm-82e539d037a33f968e4a5476d3d471e1112f8ab2.tar.gz
llvm-82e539d037a33f968e4a5476d3d471e1112f8ab2.tar.bz2
llvm-82e539d037a33f968e4a5476d3d471e1112f8ab2.tar.xz
Modify two Transforms tests to explicitly check for full function names in some cases, rather than just a common prefix. No functionality change.
(This is to avoid confusing a scripted mass update of these tests to use CHECK-LABEL) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopUnroll')
-rw-r--r--test/Transforms/LoopUnroll/scevunroll.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopUnroll/scevunroll.ll b/test/Transforms/LoopUnroll/scevunroll.ll
index 308a036316..d2645a79d0 100644
--- a/test/Transforms/LoopUnroll/scevunroll.ll
+++ b/test/Transforms/LoopUnroll/scevunroll.ll
@@ -103,7 +103,7 @@ exit2:
; LoopUnroll utility uses this assumption to optimize the latch
; block's branch.
;
-; CHECK: @multiExit
+; CHECK: @multiExitIncomplete
; CHECK: l3:
; CHECK-NOT: br
; CHECK: br i1 %cmp3, label %l1, label %exit3