summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILInstrInfo.td
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-08-17 19:07:37 +0000
committerTom Stellard <[email protected]>2012-08-23 15:00:48 +0000
commit3f9b6aa0f467b8d918ce277697db2f42abe1cf4c (patch)
treeb7cfa9e20ce317831fb82dd1f0d28c335ab103b6 /src/gallium/drivers/radeon/AMDILInstrInfo.td
parente30b4644b613a130318cdf240ad237b0afbc525a (diff)
radeon/llvm: Lower RETFLAG DAG Node to S_ENDPGM on SI
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.td')
-rw-r--r--src/gallium/drivers/radeon/AMDILInstrInfo.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.td b/src/gallium/drivers/radeon/AMDILInstrInfo.td
index b683e49ea81..779566d4bf3 100644
--- a/src/gallium/drivers/radeon/AMDILInstrInfo.td
+++ b/src/gallium/drivers/radeon/AMDILInstrInfo.td
@@ -223,13 +223,6 @@ let isTerminator = 1, usesCustomInserter = 1 in {
[(br bb:$target)]>;
defm BRANCH_COND : BranchConditional<IL_brcond>;
}
-//===---------------------------------------------------------------------===//
-// return instructions
-//===---------------------------------------------------------------------===//
-let isTerminator = 1, isReturn = 1, isBarrier = 1, hasCtrlDep = 1 in {
- def RETURN : ILFormat<(outs), (ins variable_ops),
- "RETURN", [(IL_retflag)]>;
-}
//===---------------------------------------------------------------------===//
// Flow and Program control Instructions