Correct bogus module triple specifications.
[oota-llvm.git] / test / CodeGen / Mips / 2008-07-05-ByVal.ll
index 2d1101a253027db2fc7f3f2eb5150ab1f4977877..a1f05044b6c6c8b5877dd7aec879df99820b1762 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=mips | grep {lw.*(\$4)} | count 2
+; RUN: llc < %s -march=mips | grep {lw.*(\$4)} | count 2
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
-target triple = "mipsallegrexel-psp-elf"
+target triple = "mipsallegrexel-unknown-psp-elf"
        %struct.byval0 = type { i32, i32 }
 
 define i64 @test0(%struct.byval0* byval  %b, i64 %sum) nounwind  {