diff options
Diffstat (limited to 'test/CodeGen/X86/hidden-vis-4.ll')
-rw-r--r-- | test/CodeGen/X86/hidden-vis-4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/hidden-vis-4.ll b/test/CodeGen/X86/hidden-vis-4.ll index 25a87b9..17d44d0 100644 --- a/test/CodeGen/X86/hidden-vis-4.ll +++ b/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 } |