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

Eric Christopher echristo at apple.com
Wed Aug 25 00:47:00 PDT 2010


Author: echristo
Date: Wed Aug 25 02:47:00 2010
New Revision: 112033

URL: http://llvm.org/viewvc/llvm-project?rev=112033&view=rev
Log:
Make this testcase actually executed with fast-isel on arm.

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

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel.ll?rev=112033&r1=112032&r2=112033&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel.ll Wed Aug 25 02:47:00 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort -march=arm
+; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin
 
 ; Very basic fast-isel functionality.
 





More information about the llvm-commits mailing list