summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-20 15:00:41 +0000
committerDan Gohman <gohman@apple.com>2010-04-20 15:00:41 +0000
commitf41ad478cac0b7ba36fa41c9af4663c40476fb7c (patch)
treede63a094ca9108d3e10443a87dbf0208cbe0295a /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent7a6b0dfbe727c2a268d551e6fb80db068edd8877 (diff)
downloadbcm5719-llvm-f41ad478cac0b7ba36fa41c9af4663c40476fb7c.tar.gz
bcm5719-llvm-f41ad478cac0b7ba36fa41c9af4663c40476fb7c.zip
Don't send PHI nodes down to SelectionDAGBuilder of FastISel, since
they end up doing nothing. llvm-svn: 101904
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 1f9e43ff339..ad18850bacd 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -468,7 +468,7 @@ private:
void visitAlloca(const AllocaInst &I);
void visitLoad(const LoadInst &I);
void visitStore(const StoreInst &I);
- void visitPHI(const PHINode &I) { } // PHI nodes are handled specially.
+ void visitPHI(const PHINode &I);
void visitCall(const CallInst &I);
bool visitMemCmpCall(const CallInst &I);
OpenPOWER on IntegriCloud