projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6b29d
)
Remove now non-existent option.
author
Eric Christopher
<echristo@apple.com>
Mon, 11 Oct 2010 20:21:21 +0000
(20:21 +0000)
committer
Eric Christopher
<echristo@apple.com>
Mon, 11 Oct 2010 20:21:21 +0000
(20:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116219
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/fast-isel.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/fast-isel.ll
b/test/CodeGen/ARM/fast-isel.ll
index b3ced9c2d87a8d6cf31f89a7df2d6b774cd9a260..023760b5d40eb24e03078fc6349eba37649b3d4a 100644
(file)
--- a/
test/CodeGen/ARM/fast-isel.ll
+++ b/
test/CodeGen/ARM/fast-isel.ll
@@
-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.