summaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/bug-vopc-commute.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-29 20:58:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-29 20:58:36 +0000
commitaac4ca60bc813a35242145a1f92f325303d5df6e (patch)
tree54239710d884acb23a5547b772e5743386c7ff0b /test/CodeGen/AMDGPU/bug-vopc-commute.ll
parent02a336801959d4fc2ea0657d4489596e1ecbfee0 (diff)
downloadsrc-test2-6710ae0e3c81dad4c42d5b26311891c603ea1ca1.tar.gz
src-test2-6710ae0e3c81dad4c42d5b26311891c603ea1ca1.zip
Diffstat (limited to 'test/CodeGen/AMDGPU/bug-vopc-commute.ll')
-rw-r--r--test/CodeGen/AMDGPU/bug-vopc-commute.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/AMDGPU/bug-vopc-commute.ll b/test/CodeGen/AMDGPU/bug-vopc-commute.ll
index 990671102757..7c02d8385462 100644
--- a/test/CodeGen/AMDGPU/bug-vopc-commute.ll
+++ b/test/CodeGen/AMDGPU/bug-vopc-commute.ll
@@ -1,7 +1,5 @@
-; RUN: llc < %s -march=amdgcn -mcpu=verde -verify-machineinstrs | FileCheck %s
-; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s
-
-target triple = "amdgcn--"
+; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s
; CHECK-LABEL: {{^}}main:
;