X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fopaque-constant-asm.ll;h=f5daed8869b959ce796ae792aa8e255db7a24a15;hp=dd1cc8ec483986131559b264c3130c7366c3ee68;hb=5a70dd1d8286faa4713b60da7621094d892e2ffc;hpb=300c79d840829969fba278ee59152fbfbd5c8844 diff --git a/test/CodeGen/X86/opaque-constant-asm.ll b/test/CodeGen/X86/opaque-constant-asm.ll index dd1cc8ec483..f5daed8869b 100644 --- a/test/CodeGen/X86/opaque-constant-asm.ll +++ b/test/CodeGen/X86/opaque-constant-asm.ll @@ -8,6 +8,6 @@ define void @test() { ; CHECK: #ASM $16 - call void asm sideeffect "#ASM $0", "n"(i32 ptrtoint (i32* getelementptr inbounds (%struct2* bitcast (%union.anon* getelementptr inbounds (%struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32)) + call void asm sideeffect "#ASM $0", "n"(i32 ptrtoint (i32* getelementptr inbounds (%struct2, %struct2* bitcast (%union.anon* getelementptr inbounds (%struct1, %struct1* null, i32 0, i32 1) to %struct2*), i32 0, i32 2) to i32)) ret void }