From: Matt Arsenault Date: Mon, 19 May 2014 22:55:35 +0000 (+0000) Subject: Remove unused method declaration X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f5d9170e67092c2b94c702e10f6f157de49612f1;p=oota-llvm.git Remove unused method declaration git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209174 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/AMDGPUISelLowering.h b/lib/Target/R600/AMDGPUISelLowering.h index 2552e807be8..bf6916259af 100644 --- a/lib/Target/R600/AMDGPUISelLowering.h +++ b/lib/Target/R600/AMDGPUISelLowering.h @@ -155,7 +155,6 @@ private: SDValue LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const; EVT genIntType(uint32_t size = 32, uint32_t numEle = 1) const; SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const; - SDValue LowerFP_ROUND(SDValue Op, SelectionDAG &DAG) const; }; namespace AMDGPUISD {