summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit556d9aa841db284c62b195d6e4e0a92bcccc23ae (patch)
tree39cafdf0d00326f50e4040a19729d1867182dc3c /llvm/lib/Target/R600/SIISelLowering.h
parentd3bc151fb4dbcecbab9c23cb70338130c19cdc5a (diff)
downloadbcm5719-llvm-556d9aa841db284c62b195d6e4e0a92bcccc23ae.tar.gz
bcm5719-llvm-556d9aa841db284c62b195d6e4e0a92bcccc23ae.zip
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. llvm-svn: 183130
Diffstat (limited to 'llvm/lib/Target/R600/SIISelLowering.h')
-rw-r--r--llvm/lib/Target/R600/SIISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SIISelLowering.h b/llvm/lib/Target/R600/SIISelLowering.h
index ec010528387..98236aac8fc 100644
--- a/llvm/lib/Target/R600/SIISelLowering.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud