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:
5a6c448
)
Add default architecture.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 5 Aug 2008 23:36:00 +0000
(23:36 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 5 Aug 2008 23:36:00 +0000
(23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54384
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/InstCombine/2008-08-05-And.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/2008-08-05-And.ll
b/test/Transforms/InstCombine/2008-08-05-And.ll
index 2b99ea5d6abda00ea219ab8a581c847d094e55ce..4886e364a8c1284ba541493fb9a6835bd17800b3 100644
(file)
--- a/
test/Transforms/InstCombine/2008-08-05-And.ll
+++ b/
test/Transforms/InstCombine/2008-08-05-And.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim | not grep orb
+; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim
-march=x86
| not grep orb
; PR2629
define void @f(i8* %x) nounwind {