R600/SI: Set noNamedPositionallyEncodedOperands

llvm-svn: 229612
This commit is contained in:
Matt Arsenault 2015-02-18 02:15:32 +00:00
parent 096ec1e10c
commit 1ecac06a6f
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ def FeatureVolcanicIslands : SubtargetFeatureGeneration<"VOLCANIC_ISLANDS",
def AMDGPUInstrInfo : InstrInfo {
let guessInstructionProperties = 1;
let noNamedPositionallyEncodedOperands = 1;
}
def AMDGPUAsmParser : AsmParser {