diff options
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/R600/default-fp-mode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/default-fp-mode.ll b/llvm/test/CodeGen/R600/default-fp-mode.ll index 214b2c20369..4488bdb7f44 100644 --- a/llvm/test/CodeGen/R600/default-fp-mode.ll +++ b/llvm/test/CodeGen/R600/default-fp-mode.ll @@ -1,7 +1,7 @@ ; RUN: llc -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI %s ; SI-LABEL: @test_kernel -; SI: FloatMode: 240 +; SI: FloatMode: 192 ; SI: IeeeMode: 0 define void @test_kernel(float addrspace(1)* %out0, double addrspace(1)* %out1) nounwind { store float 0.0, float addrspace(1)* %out0 |