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:
4542611
)
Use of operator* is redundant and confusing here.
author
Dan Gohman
<gohman@apple.com>
Mon, 7 Jul 2008 20:08:05 +0000
(20:08 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 7 Jul 2008 20:08:05 +0000
(20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53197
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Collector.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Collector.cpp
b/lib/CodeGen/Collector.cpp
index bbb3b938ad97fdb95b0753c6c67309edd860e941..1a1fb7c733857267edb890cbf381d9e38fd307e5 100644
(file)
--- a/
lib/CodeGen/Collector.cpp
+++ b/
lib/CodeGen/Collector.cpp
@@
-360,7
+360,7
@@
void MachineCodeAnalysis::FindSafePoints(MachineFunction &MF) {
for (MachineBasicBlock::iterator MI = BBI->begin(),
ME = BBI->end(); MI != ME; ++MI)
if (MI->getDesc().isCall())
- VisitCallPoint(
*
MI);
+ VisitCallPoint(MI);
}
void MachineCodeAnalysis::FindStackOffsets(MachineFunction &MF) {