summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-03-08 21:22:27 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-03-08 21:22:27 +0000
commit0ef86b0ea3392c672dd3ce69e32aa6d3d33603dd (patch)
tree99e60bfb48009d3a7d4976e671c531a0cd2fb044
parentc7835f301ee5a832e477c9785d07d89f60fde5c4 (diff)
downloadbcm5719-llvm-0ef86b0ea3392c672dd3ce69e32aa6d3d33603dd.tar.gz
bcm5719-llvm-0ef86b0ea3392c672dd3ce69e32aa6d3d33603dd.zip
Remove the no longer existent psp triple from a test.
The test fell back to the C backend, making it useless and it started to fail on configurations that don't build the C backend. llvm-svn: 152342
-rw-r--r--llvm/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll b/llvm/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
index f5188434670..9c4838a87e5 100644
--- a/llvm/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
+++ b/llvm/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
@@ -1,7 +1,6 @@
-; RUN: llc < %s
+; RUN: llc -march=mips -soft-float < %s
; PR2667
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
-target triple = "psp"
%struct._Bigint = type { %struct._Bigint*, i32, i32, i32, i32, [1 x i32] }
%struct.__FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*, i8*, i32)*, i32 (i8*, i8*, i32)*, i32 (i8*, i32, i32)*, i32 (i8*)*, %struct.__sbuf, i8*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i32, %struct._reent*, i32 }
%struct.__sbuf = type { i8*, i32 }
OpenPOWER on IntegriCloud