diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/add-debug.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/add-debug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/add-debug.ll b/llvm/test/CodeGen/R600/add-debug.ll index 166e0f6984c..85e9451d4a9 100644 --- a/llvm/test/CodeGen/R600/add-debug.ll +++ b/llvm/test/CodeGen/R600/add-debug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=r600 -mcpu=tahiti -debug +; RUN: llc < %s -march=amdgcn -mcpu=tahiti -debug ; REQUIRES: asserts ; Check that SelectionDAGDumper does not crash on int_SI_if. |