diff options
Diffstat (limited to 'test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll')
-rw-r--r-- | test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll b/test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll index 4553251..b2ee517 100644 --- a/test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll +++ b/test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll @@ -9,7 +9,7 @@ define void @foo() { entry: ;CHECK-LABEL: foo: ;CHECK: __floatsisf - %0 = load i32* @x, align 4 + %0 = load i32, i32* @x, align 4 %conv = sitofp i32 %0 to float store float %conv, float* bitcast (i32* @t to float*), align 4 ret void |