diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/operand-spacing.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/operand-spacing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/operand-spacing.ll b/llvm/test/CodeGen/R600/operand-spacing.ll index f0d228df43b..dd9f25aad7f 100644 --- a/llvm/test/CodeGen/R600/operand-spacing.ll +++ b/llvm/test/CodeGen/R600/operand-spacing.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace -check-prefix=SI %s +; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace -check-prefix=SI %s ; Make sure there isn't an extra space between the instruction name and first operands. |