diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-11-24 18:52:06 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-11-24 18:52:06 +0000 |
commit | d2638c18944710e14f98211cd32cae2e2c383bd5 (patch) | |
tree | 85b0f28e9fab9ec92ac2452d48575430e3764760 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | 9bcb9226f6b03d143b47cdeb894002f394975a21 (diff) | |
download | bcm5719-llvm-d2638c18944710e14f98211cd32cae2e2c383bd5.tar.gz bcm5719-llvm-d2638c18944710e14f98211cd32cae2e2c383bd5.zip |
Refactor a bit to make some helper methods static.
llvm-svn: 168546
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 52055dca6f4..e3f63839ae0 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -534,8 +534,6 @@ private: void visitTargetIntrinsic(const CallInst &I, unsigned Intrinsic); void visitPow(const CallInst &I); - void visitExp2(const CallInst &I); - void visitExp(const CallInst &I); void visitVAStart(const CallInst &I); void visitVAArg(const VAArgInst &I); |