summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600ISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-03-08 15:37:05 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-03-08 15:37:05 +0000
commite8f9f2877b7c4b3aa89100e3374a38a594659886 (patch)
treee6d7b726b79ba1c27befbdd5448c6e9b52c0b1b7 /llvm/lib/Target/R600/R600ISelLowering.h
parentb852af5dc4769a6f1dfbfe54f250769172d85231 (diff)
downloadbcm5719-llvm-e8f9f2877b7c4b3aa89100e3374a38a594659886.tar.gz
bcm5719-llvm-e8f9f2877b7c4b3aa89100e3374a38a594659886.zip
R600: Change operation action from Custom to Expand for SETCC
Reviewed-by: Christian König <christian.koenig@amd.com> llvm-svn: 176697
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 afa38971551..3e1d22f6db4 100644
--- a/llvm/lib/Target/R600/R600ISelLowering.h
+++ b/llvm/lib/Target/R600/R600ISelLowering.h
@@ -59,7 +59,6 @@ private:
SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSELECT(SDValue Op, SelectionDAG &DAG) const;
- SDValue LowerSETCC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFPTOUINT(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFPOW(SDValue Op, SelectionDAG &DAG) const;
OpenPOWER on IntegriCloud