aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/SIISelLowering.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-03 17:39:37 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-03 17:39:37 +0000
commit4956bc61e1c86e781fd8abe14431c121d960d65b (patch)
tree4d1fc12c5092da021bc9093e5ab98a4325c2c35c /lib/Target/R600/SIISelLowering.h
parent0c922879854f5a6ee60283b99c68089f76f94778 (diff)
downloadexternal_llvm-4956bc61e1c86e781fd8abe14431c121d960d65b.zip
external_llvm-4956bc61e1c86e781fd8abe14431c121d960d65b.tar.gz
external_llvm-4956bc61e1c86e781fd8abe14431c121d960d65b.tar.bz2
R600/SI: Rework MUBUF store instructions
The lowering of stores is now mostly handled in the tablegen files. No more BUFFER_STORE nodes I generated during legalization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SIISelLowering.h')
-rw-r--r--lib/Target/R600/SIISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/SIISelLowering.h b/lib/Target/R600/SIISelLowering.h
index ec01052..98236aa 100644
--- a/lib/Target/R600/SIISelLowering.h
+++ b/lib/Target/R600/SIISelLowering.h
@@ -24,7 +24,6 @@ class SITargetLowering : public AMDGPUTargetLowering {
const SIInstrInfo * TII;
const TargetRegisterInfo * TRI;
- SDValue LowerSTORE(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerBRCOND(SDValue Op, SelectionDAG &DAG) const;