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

Eric Christopher echristo at apple.com
Mon Oct 11 13:21:22 PDT 2010


Author: echristo
Date: Mon Oct 11 15:21:21 2010
New Revision: 116219

URL: http://llvm.org/viewvc/llvm-project?rev=116219&view=rev
Log:
Remove now non-existent option.

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=116219&r1=116218&r2=116219&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel.ll Mon Oct 11 15:21:21 2010
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin
-; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=thumbv7-apple-darwin
+; RUN: llc < %s -O0 -fast-isel-abort -mtriple=armv7-apple-darwin
+; RUN: llc < %s -O0 -fast-isel-abort -mtriple=thumbv7-apple-darwin
 
 ; Very basic fast-isel functionality.
 





More information about the llvm-commits mailing list