diff options
author | Tom Stellard <[email protected]> | 2012-09-17 19:08:00 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-17 21:09:43 +0000 |
commit | 0b1a182905a035bcfafb94269aaca786554b445a (patch) | |
tree | 953c0ca541844e95b3f5b97fd7685762df9f6a0e | |
parent | 059a56bddb6bd769632e5999cb23c7bdcb79bea1 (diff) |
radeon/llvm: Fix unused variable warning
-rw-r--r-- | src/gallium/drivers/radeon/R600ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600ISelLowering.cpp b/src/gallium/drivers/radeon/R600ISelLowering.cpp index dc75a450bdc..a9b0c70fd95 100644 --- a/src/gallium/drivers/radeon/R600ISelLowering.cpp +++ b/src/gallium/drivers/radeon/R600ISelLowering.cpp @@ -433,7 +433,6 @@ SDValue R600TargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const SDValue True = Op.getOperand(2); SDValue False = Op.getOperand(3); SDValue CC = Op.getOperand(4); - ISD::CondCode CCOpcode = cast<CondCodeSDNode>(CC)->get(); SDValue Temp; // LHS and RHS are guaranteed to be the same value type |