aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/copy-to-reg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/copy-to-reg.ll')
-rw-r--r--test/CodeGen/R600/copy-to-reg.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/copy-to-reg.ll b/test/CodeGen/R600/copy-to-reg.ll
index f90ee78..9c1de73 100644
--- a/test/CodeGen/R600/copy-to-reg.ll
+++ b/test/CodeGen/R600/copy-to-reg.ll
@@ -1,4 +1,5 @@
-; RUN: llc -march=r600 -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s
+; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s
+; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
; Test that CopyToReg instructions don't have non-register operands prior
; to being emitted.