diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-08-02 06:47:07 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-08-02 06:47:07 +0000 |
commit | 0950d79f603fb4b8d797e0d41273268e2fd9e142 (patch) | |
tree | 05de083d2cfb543eadfad656c084976f1cf7d481 /llvm/lib/CodeGen | |
parent | dc08c30df9098b397a103d96999d7455d1a666bc (diff) | |
download | bcm5719-llvm-0950d79f603fb4b8d797e0d41273268e2fd9e142.tar.gz bcm5719-llvm-0950d79f603fb4b8d797e0d41273268e2fd9e142.zip |
CodeGen: Remove commented out code
These two lines have been commented out for over 4 years. They aren't
helping anyone.
llvm-svn: 214615
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 57e22e21c37..cf64736624a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -2449,8 +2449,6 @@ SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, case ISD::BasicBlock: case ISD::Register: case ISD::RegisterMask: - //case ISD::VALUETYPE: - //case ISD::CONDCODE: case ISD::HANDLENODE: case ISD::MDNODE_SDNODE: case ISD::TargetConstant: |