diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-04-19 22:30:43 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-04-19 22:30:43 +0000 |
commit | df0d1855ca88023bfcb81eb8812cdc718268ac4d (patch) | |
tree | 7c7e80ef99a0f581f6caf9335d101ea35bcb96b1 | |
parent | 75299e3a95c0cfcade8515c603e7802351a11bee (diff) | |
download | external_llvm-df0d1855ca88023bfcb81eb8812cdc718268ac4d.zip external_llvm-df0d1855ca88023bfcb81eb8812cdc718268ac4d.tar.gz external_llvm-df0d1855ca88023bfcb81eb8812cdc718268ac4d.tar.bz2 |
Make variable match any name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179903 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/MergeFunc/inttoptr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/MergeFunc/inttoptr.ll b/test/Transforms/MergeFunc/inttoptr.ll index 07f8a64..3568e5d 100644 --- a/test/Transforms/MergeFunc/inttoptr.ll +++ b/test/Transforms/MergeFunc/inttoptr.ll @@ -46,8 +46,8 @@ bb: define internal hidden i8* @func35(%.qux.2585* nocapture %this) align 2 { bb: -; CHECK: %[[V2:[0-9]+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496* -; CHECK: %[[V3:[0-9]+]] = tail call i32 @func10(%.qux.2496* %[[V2]]) +; CHECK: %[[V2:.+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496* +; CHECK: %[[V3:.+]] = 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 |