diff options
Diffstat (limited to 'test/CodeGen/R600/llvm.round.ll')
-rw-r--r-- | test/CodeGen/R600/llvm.round.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/llvm.round.ll b/test/CodeGen/R600/llvm.round.ll index 5700427ee89..bedf4ba72ae 100644 --- a/test/CodeGen/R600/llvm.round.ll +++ b/test/CodeGen/R600/llvm.round.ll @@ -1,6 +1,6 @@ ; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck %s --check-prefix=R600 --check-prefix=FUNC -; FUNC-LABEL: @f32 +; FUNC-LABEL: {{^}}f32: ; R600: FRACT {{.*}}, [[ARG:KC[0-9]\[[0-9]+\]\.[XYZW]]] ; R600-DAG: ADD {{.*}}, -0.5 ; R600-DAG: CEIL {{.*}} [[ARG]] |