diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-11-23 18:38:31 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-11-23 18:38:31 +0000 |
commit | bef254ab16850462c965f0b1e3e0e70c7519ed58 (patch) | |
tree | c41fb58e2bfb7109001a52e8ad4c6a63a9f93197 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | a35970a6f67369691d3fd96eb47a3cff5d7ef0a4 (diff) | |
download | bcm5719-llvm-bef254ab16850462c965f0b1e3e0e70c7519ed58.tar.gz bcm5719-llvm-bef254ab16850462c965f0b1e3e0e70c7519ed58.zip |
Refactor a bit to make some helper functions static.
llvm-svn: 168524
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 9e46d9664f9..52055dca6f4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -536,9 +536,6 @@ private: void visitPow(const CallInst &I); void visitExp2(const CallInst &I); void visitExp(const CallInst &I); - void visitLog(const CallInst &I); - void visitLog2(const CallInst &I); - void visitLog10(const CallInst &I); void visitVAStart(const CallInst &I); void visitVAArg(const VAArgInst &I); |