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 | 24e8a0d5f073e0628b980d8cc47bdc8f84457dc6 (patch) | |
| tree | 2875a2a583fefd8a294a77b40bf1750de2efacc9 /llvm/test/Transforms/MergeFunc | |
| parent | 90dd3e7dfd33441492a0c4bdfe220d17ef7a9079 (diff) | |
| download | bcm5719-llvm-24e8a0d5f073e0628b980d8cc47bdc8f84457dc6.tar.gz bcm5719-llvm-24e8a0d5f073e0628b980d8cc47bdc8f84457dc6.zip | |
Make variable match any name.
llvm-svn: 179903
Diffstat (limited to 'llvm/test/Transforms/MergeFunc')
| -rw-r--r-- | llvm/test/Transforms/MergeFunc/inttoptr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/MergeFunc/inttoptr.ll b/llvm/test/Transforms/MergeFunc/inttoptr.ll index 07f8a64a7db..3568e5d4893 100644 --- a/llvm/test/Transforms/MergeFunc/inttoptr.ll +++ b/llvm/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 |

