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:
a990d94
)
Oops, make this test the right thing.
author
Chris Lattner
<sabre@nondot.org>
Sun, 14 Nov 2004 06:11:41 +0000
(06:11 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 14 Nov 2004 06:11:41 +0000
(06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17731
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/IPConstantProp/return-constant.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/IPConstantProp/return-constant.ll
b/test/Transforms/IPConstantProp/return-constant.ll
index 4ffff22e5d1e9cf4297e3e4925b2d20542c9e988..a3e2832c5ee6ec5def6787f2806846a5f4706b4e 100644
(file)
--- a/
test/Transforms/IPConstantProp/return-constant.ll
+++ b/
test/Transforms/IPConstantProp/return-constant.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis
+; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis
| grep 'ret bool true'
implementation
internal int %foo(bool %C) {