diff options
Diffstat (limited to 'test/CodeGen/R600/fconst64.ll')
-rw-r--r-- | test/CodeGen/R600/fconst64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fconst64.ll b/test/CodeGen/R600/fconst64.ll index 9c3a7e3d2e9..0e23d492ab6 100644 --- a/test/CodeGen/R600/fconst64.ll +++ b/test/CodeGen/R600/fconst64.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=r600 -mcpu=tahiti -verify-machineinstrs | FileCheck %s -; CHECK: @fconst_f64 +; CHECK: {{^}}fconst_f64: ; CHECK-DAG: S_MOV_B32 {{s[0-9]+}}, 0x40140000 ; CHECK-DAG: S_MOV_B32 {{s[0-9]+}}, 0 |