diff options
Diffstat (limited to 'test/CodeGen/X86/simple-zext.ll')
-rw-r--r-- | test/CodeGen/X86/simple-zext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/simple-zext.ll b/test/CodeGen/X86/simple-zext.ll index ccd8292..b80c0bc 100644 --- a/test/CodeGen/X86/simple-zext.ll +++ b/test/CodeGen/X86/simple-zext.ll @@ -6,7 +6,7 @@ define void @load_zext(i32* nocapture %p){ entry: - %0 = load i32* %p, align 4 + %0 = load i32, i32* %p, align 4 %and = and i32 %0, 255 tail call void @use(i32 %and) ret void |