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:
607a7ab
)
fix comment noticed by Bob
author
Chris Lattner
<sabre@nondot.org>
Fri, 16 Apr 2010 02:32:17 +0000
(
02:32
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 16 Apr 2010 02:32:17 +0000
(
02:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101437
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/ScalarReplAggregates.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/ScalarReplAggregates.cpp
b/lib/Transforms/Scalar/ScalarReplAggregates.cpp
index 952b589eee0917f2db2e175f176ed5a9a70d48a9..27c954b2413a3e21d1752cfbf18f93d024658a93 100644
(file)
--- a/
lib/Transforms/Scalar/ScalarReplAggregates.cpp
+++ b/
lib/Transforms/Scalar/ScalarReplAggregates.cpp
@@
-156,7
+156,7
@@
class ConvertToScalarInfo {
unsigned AllocaSize;
const TargetData &TD;
- /// IsNotTrivial - This is set to true if there is some
e
access to the object
+ /// IsNotTrivial - This is set to true if there is some access to the object
/// which means that mem2reg can't promote it.
bool IsNotTrivial;