summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600ISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-09-05 18:38:03 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-09-05 18:38:03 +0000
commit53f2f90eb4b0cb1267467abc3a956fbb7aca2101 (patch)
tree6c7a81eac49add3ce819b8c3d7777f464d6adb68 /llvm/lib/Target/R600/R600ISelLowering.h
parentde60e25278b2519dbe61e0fe71b9834813681193 (diff)
downloadbcm5719-llvm-53f2f90eb4b0cb1267467abc3a956fbb7aca2101.tar.gz
bcm5719-llvm-53f2f90eb4b0cb1267467abc3a956fbb7aca2101.zip
R600: Expand SELECT nodes rather than custom lowering them
llvm-svn: 190079
Diffstat (limited to 'llvm/lib/Target/R600/R600ISelLowering.h')
-rw-r--r--llvm/lib/Target/R600/R600ISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R600ISelLowering.h b/llvm/lib/Target/R600/R600ISelLowering.h
index a033fcba643..811850d1847 100644
--- a/llvm/lib/Target/R600/R600ISelLowering.h
+++ b/llvm/lib/Target/R600/R600ISelLowering.h
@@ -56,7 +56,6 @@ private:
SDValue LowerROTL(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
- SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFPTOUINT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerLOAD(SDValue Op, SelectionDAG &DAG) const;
OpenPOWER on IntegriCloud