[llvm-commits] [llvm] r127621 - /llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll

Eric Christopher echristo at apple.com
Mon Mar 14 14:05:21 PDT 2011


Author: echristo
Date: Mon Mar 14 16:05:21 2011
New Revision: 127621

URL: http://llvm.org/viewvc/llvm-project?rev=127621&view=rev
Log:
Fix this test up a bit.

Modified:
    llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll?rev=127621&r1=127620&r2=127621&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll Mon Mar 14 16:05:21 2011
@@ -1,6 +1,4 @@
-; RUN: llc < %s -O0
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:64-n32"
-target triple = "armv7-apple-darwin"
+; RUN: llc -O0 -mtriple=armv7-apple-darwin < %s
 
 define i32 @main() nounwind ssp {
 entry:





More information about the llvm-commits mailing list