diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/simple-zext.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/simple-zext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/simple-zext.ll b/llvm/test/CodeGen/X86/simple-zext.ll index ccd8292bcdb..b80c0bc6b10 100644 --- a/llvm/test/CodeGen/X86/simple-zext.ll +++ b/llvm/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 |

