diff options
Diffstat (limited to 'test/CodeGen/R600/selectcc.ll')
-rw-r--r-- | test/CodeGen/R600/selectcc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/selectcc.ll b/test/CodeGen/R600/selectcc.ll index a8f57cf1b57..6625691312e 100644 --- a/test/CodeGen/R600/selectcc.ll +++ b/test/CodeGen/R600/selectcc.ll @@ -1,7 +1,7 @@ ; RUN: llc -verify-machineinstrs -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s ; RUN: llc -verify-machineinstrs -march=r600 -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s -; FUNC-LABEL: @selectcc_i64 +; FUNC-LABEL: {{^}}selectcc_i64: ; EG: XOR_INT ; EG: XOR_INT ; EG: OR_INT |