diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/hidden-vis-4.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/hidden-vis-4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hidden-vis-4.ll b/llvm/test/CodeGen/X86/hidden-vis-4.ll index 25a87b905bc..17d44d0e42f 100644 --- a/llvm/test/CodeGen/X86/hidden-vis-4.ll +++ b/llvm/test/CodeGen/X86/hidden-vis-4.ll @@ -7,6 +7,6 @@ entry: ; CHECK-LABEL: t: ; CHECK: movl _x, %eax ; CHECK: .comm _x,4 - %0 = load i32* @x, align 4 ; <i32> [#uses=1] + %0 = load i32, i32* @x, align 4 ; <i32> [#uses=1] ret i32 %0 } |