projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd1098
)
Fix a typo.
author
Owen Anderson
<resistor@mac.com>
Mon, 30 Aug 2010 23:59:30 +0000
(23:59 +0000)
committer
Owen Anderson
<resistor@mac.com>
Mon, 30 Aug 2010 23:59:30 +0000
(23:59 +0000)
llvm-svn: 112560
llvm/lib/Transforms/Scalar/ValuePropagation.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Scalar/ValuePropagation.cpp
b/llvm/lib/Transforms/Scalar/ValuePropagation.cpp
index b4b07640e4bc1908aa34fb5e785e252f0ad77eea..8f398883a2c330cc1b4a71a539e8d12b3fcdbb32 100644
(file)
--- a/
llvm/lib/Transforms/Scalar/ValuePropagation.cpp
+++ b/
llvm/lib/Transforms/Scalar/ValuePropagation.cpp
@@
-115,5
+115,5
@@
bool ValuePropagation::runOnFunction(Function &F) {
for (Function::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)
SimplifyInstructionsInBlock(FI);
- return
c
hanged;
+ return
C
hanged;
}