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:
36c826a
)
Fix the name of an argument.
author
Dan Gohman
<gohman@apple.com>
Mon, 26 Jan 2009 20:27:11 +0000
(20:27 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 26 Jan 2009 20:27:11 +0000
(20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63037
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LiveStackAnalysis.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LiveStackAnalysis.h
b/include/llvm/CodeGen/LiveStackAnalysis.h
index 6b5235a5d1dd07b2d607f8674cee67b054317b04..7cb4151e87053c3f53595bcea18b5de9d27afea9 100644
(file)
--- a/
include/llvm/CodeGen/LiveStackAnalysis.h
+++ b/
include/llvm/CodeGen/LiveStackAnalysis.h
@@
-64,8
+64,8
@@
namespace llvm {
return I->second;
}
- bool hasInterval(unsigned
reg
) const {
- return s2iMap.count(
reg
);
+ bool hasInterval(unsigned
Slot
) const {
+ return s2iMap.count(
Slot
);
}
BumpPtrAllocator& getVNInfoAllocator() { return VNInfoAllocator; }