1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Make variable match any name.

llvm-svn: 179903
This commit is contained in:
Bill Wendling 2013-04-19 22:30:43 +00:00
parent 09f182f14c
commit 7b61d2bb18

View File

@ -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