diff options
Diffstat (limited to 'test/CodeGen/X86/GC/argpromotion.ll')
-rw-r--r-- | test/CodeGen/X86/GC/argpromotion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GC/argpromotion.ll b/test/CodeGen/X86/GC/argpromotion.ll index c63ce22..37baf32 100644 --- a/test/CodeGen/X86/GC/argpromotion.ll +++ b/test/CodeGen/X86/GC/argpromotion.ll @@ -14,6 +14,6 @@ define internal i32 @f(i32* %xp) gc "example" { entry: %var = alloca i8* call void @llvm.gcroot(i8** %var, i8* null) - %x = load i32* %xp + %x = load i32, i32* %xp ret i32 %x } |