diff options
Diffstat (limited to 'test/CodeGen/X86/force-align-stack-alloca.ll')
-rw-r--r-- | test/CodeGen/X86/force-align-stack-alloca.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/force-align-stack-alloca.ll b/test/CodeGen/X86/force-align-stack-alloca.ll index bd98069..a9ba20f 100644 --- a/test/CodeGen/X86/force-align-stack-alloca.ll +++ b/test/CodeGen/X86/force-align-stack-alloca.ll @@ -10,7 +10,7 @@ target triple = "i386-unknown-linux-gnu" define i32 @f(i8* %p) nounwind { entry: - %0 = load i8* %p + %0 = load i8, i8* %p %conv = sext i8 %0 to i32 ret i32 %conv } |