1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

R600/SI: Set noNamedPositionallyEncodedOperands

llvm-svn: 229612
This commit is contained in:
Matt Arsenault 2015-02-18 02:15:32 +00:00
parent 7169f960a1
commit 4a131e829b

View File

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