diff options
Diffstat (limited to 'test/CodeGen/X86/no-cmov.ll')
-rw-r--r-- | test/CodeGen/X86/no-cmov.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/no-cmov.ll b/test/CodeGen/X86/no-cmov.ll index e13edf2..8fc0f70 100644 --- a/test/CodeGen/X86/no-cmov.ll +++ b/test/CodeGen/X86/no-cmov.ll @@ -2,7 +2,7 @@ define i32 @test1(i32 %g, i32* %j) { %tobool = icmp eq i32 %g, 0 - %cmp = load i32* %j, align 4 + %cmp = load i32, i32* %j, align 4 %retval.0 = select i1 %tobool, i32 1, i32 %cmp ret i32 %retval.0 |