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

Eric Christopher echristo at apple.com
Fri Mar 11 17:36:23 PST 2011


Author: echristo
Date: Fri Mar 11 19:36:23 2011
New Revision: 127520

URL: http://llvm.org/viewvc/llvm-project?rev=127520&view=rev
Log:
Saving files before committing is overrated.

Add a RUN line to this test.

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=127520&r1=127519&r2=127520&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel-pred.ll Fri Mar 11 19:36:23 2011
@@ -1,4 +1,4 @@
-; ModuleID = 'test.c'
+; 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"
 





More information about the llvm-commits mailing list