summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sext-trunc.ll
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-02-18 18:44:33 +0000
committerHans Wennborg <hans@hanshq.net>2016-02-18 18:44:33 +0000
commit75734f87a66c8ab9b15d951e1e8e8d41f5119460 (patch)
treed324a2bf135b7675a1b6d13d336693519fab72de /llvm/test/CodeGen/X86/sext-trunc.ll
parent921ad01a1ddd581fcf24a689acba4b3bbefbc637 (diff)
downloadbcm5719-llvm-75734f87a66c8ab9b15d951e1e8e8d41f5119460.tar.gz
bcm5719-llvm-75734f87a66c8ab9b15d951e1e8e8d41f5119460.zip
Add more triples after r261235
Since the behaviour is now different between Darwin and non-Darwin, more triples are needed :-/ llvm-svn: 261238
Diffstat (limited to 'llvm/test/CodeGen/X86/sext-trunc.ll')
-rw-r--r--llvm/test/CodeGen/X86/sext-trunc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sext-trunc.ll b/llvm/test/CodeGen/X86/sext-trunc.ll
index 6e4bd071f70..5c59bc00860 100644
--- a/llvm/test/CodeGen/X86/sext-trunc.ll
+++ b/llvm/test/CodeGen/X86/sext-trunc.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-unknown-linux-gnu | FileCheck %s
define signext i8 @foo(i16 signext %x) nounwind {
%retval56 = trunc i16 %x to i8
OpenPOWER on IntegriCloud