summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-04-19 19:27:33 +0000
committerChad Rosier <mcrosier@apple.com>2013-04-19 19:27:33 +0000
commit76bb21bed8a58425a2817d0131a1ffd5c6e114e6 (patch)
treeb84a9163e454be9d69d93f3f1c5f21a3685e31b1 /test
parentf530aff9de2738db0e3471b259ff0b577a6603e6 (diff)
downloadllvm-76bb21bed8a58425a2817d0131a1ffd5c6e114e6.tar.gz
llvm-76bb21bed8a58425a2817d0131a1ffd5c6e114e6.tar.bz2
llvm-76bb21bed8a58425a2817d0131a1ffd5c6e114e6.tar.xz
Attempt to pacify this test for the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/MergeFunc/inttoptr.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/MergeFunc/inttoptr.ll b/test/Transforms/MergeFunc/inttoptr.ll
index 12809a10d3..ce8e5876c0 100644
--- a/test/Transforms/MergeFunc/inttoptr.ll
+++ b/test/Transforms/MergeFunc/inttoptr.ll
@@ -46,9 +46,9 @@ bb:
define internal hidden i8* @func35(%.qux.2585* nocapture %this) align 2 {
bb:
-; CHECK: %2 = bitcast %.qux.2585* %0 to %.qux.2496*
-; CHECK: %3 = tail call i32 @func10(%.qux.2496* %2)
-; CHECK: %4 = inttoptr i32 %3 to i8*
+; CHECK: %[[V2:[0-9]+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496*
+; CHECK: %[[V3:[0-9]+]] = tail call i32 @func10(%.qux.2496* %[[V2]])
+; CHECK: %{{.*}} = inttoptr i32 %[[V3]] to i8*
%tmp = getelementptr inbounds %.qux.2585* %this, i32 0, i32 2
%tmp1 = load i8** %tmp, align 4
ret i8* %tmp1