aboutsummaryrefslogtreecommitdiffstats
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
commit72af527f0154e84523f7afc5d38016e0e71e6bb1 (patch)
tree7033cedc7180a1545151e98374acd4780a775763
parent4445215622598c5c95cccf38ee2f89ec5f203cb8 (diff)
downloadexternal_llvm-72af527f0154e84523f7afc5d38016e0e71e6bb1.zip
external_llvm-72af527f0154e84523f7afc5d38016e0e71e6bb1.tar.gz
external_llvm-72af527f0154e84523f7afc5d38016e0e71e6bb1.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152342 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Mips/2008-11-10-xint_to_fp.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll b/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
index f518843..9c4838a 100644
--- a/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
+++ b/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 }