summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorZvi Rackover <zvi.rackover@intel.com>2017-03-15 20:29:58 +0000
committerZvi Rackover <zvi.rackover@intel.com>2017-03-15 20:29:58 +0000
commitde43c859f5242aa3b536674d3ef81a57ee130774 (patch)
tree743d08ce2a4d827da606c3eae96c4dd28ccca3f6 /llvm/test/CodeGen/Generic
parentad6d60a46bd9a1eaed2e79cc68aaec095109d625 (diff)
downloadbcm5719-llvm-de43c859f5242aa3b536674d3ef81a57ee130774.tar.gz
bcm5719-llvm-de43c859f5242aa3b536674d3ef81a57ee130774.zip
Limit test's triple in attempt to fix broken buildbot
Regression test for a target-independent bug keeps failing in the Hexagon backend due to what appears an unrelated issue. llvm-svn: 297888
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/pr32278.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/pr32278.ll b/llvm/test/CodeGen/Generic/pr32278.ll
index 175b8043126..1b130c838ba 100644
--- a/llvm/test/CodeGen/Generic/pr32278.ll
+++ b/llvm/test/CodeGen/Generic/pr32278.ll
@@ -1,6 +1,6 @@
; PR32278
-; RUN: llc < %s
+; RUN: llc -mtriple=x86_64-unknown < %s
define i8 @foo_v4i1_0_0_1_1_2_2_3_3(i8 %in) {
%trunc = trunc i8 %in to i4
OpenPOWER on IntegriCloud