diff options
author | Tom Stellard <[email protected]> | 2012-06-02 06:16:18 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-06 13:46:03 -0400 |
commit | 8d53ddb375d2a82860b398bc463294373c5a62b0 (patch) | |
tree | 6e1f74d18b55702ae2176631787bee290d551df1 /src/gallium/drivers/radeon/AMDILInstrInfo.td | |
parent | 17e047242e82111859eb8220369c601c79a26350 (diff) |
radeon/llvm: Remove AMDIL LOADCONST* instructions
This obsoletes the R600LowerInstruction and SIPropagateImmReads passes.
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.td')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.td | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.td b/src/gallium/drivers/radeon/AMDILInstrInfo.td index 7086e53a0c0..969618e1afc 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.td +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.td @@ -106,10 +106,3 @@ include "AMDILIntrinsics.td" // Instructions support //===--------------------------------------------------------------------===// include "AMDILInstructions.td" - -//===--------------------------------------------------------------------===// -// Instruction Pattern support - This Must be the last include in the file -// as it requires items defined in other files -//===--------------------------------------------------------------------===// -include "AMDILInstrPatterns.td" - |