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:
c5e1f98
)
Fix a comment to say nonnegative instead of positive.
author
Dan Gohman
<gohman@apple.com>
Wed, 16 Jul 2008 15:57:10 +0000
(15:57 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 16 Jul 2008 15:57:10 +0000
(15:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53681
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/PrologEpilogInserter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/PrologEpilogInserter.cpp
b/lib/CodeGen/PrologEpilogInserter.cpp
index 95b6078335b406dc4bfcb3149603c835aeed50cb..be8a54e03d1c60923fac4c8c1289901cf573fb13 100644
(file)
--- a/
lib/CodeGen/PrologEpilogInserter.cpp
+++ b/
lib/CodeGen/PrologEpilogInserter.cpp
@@
-317,7
+317,7
@@
void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
// Start at the beginning of the local area.
// The Offset is the distance from the stack top in the direction
- // of stack growth -- so it's always
posi
tive.
+ // of stack growth -- so it's always
nonnega
tive.
int64_t Offset = TFI.getOffsetOfLocalArea();
if (StackGrowsDown)
Offset = -Offset;