summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-04-11 04:34:11 +0000
committerCraig Topper <craig.topper@gmail.com>2012-04-11 04:34:11 +0000
commitbc680061e8f435a9c4d3c1a56f6881566122de01 (patch)
tree7a6fce0c779c20d76c775a268172311ebf6f178b /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentb1a92d3b35f69ce3cc9ffe8aaa0c8b0c44c9260d (diff)
downloadbcm5719-llvm-bc680061e8f435a9c4d3c1a56f6881566122de01.tar.gz
bcm5719-llvm-bc680061e8f435a9c4d3c1a56f6881566122de01.zip
Inline implVisitAluOverflow by introducing a nested switch to convert the intrinsic to an nodetype.
llvm-svn: 154478
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 8cf88e1c5ba..8393b414926 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -556,8 +556,6 @@ private:
void visitUserOp2(const Instruction &I) {
llvm_unreachable("UserOp2 should not exist at instruction selection time!");
}
-
- const char *implVisitAluOverflow(const CallInst &I, ISD::NodeType Op);
void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
OpenPOWER on IntegriCloud