R600/SI: Don't set isCodeGenOnly = 1 on all instructions
authorTom Stellard <thomas.stellard@amd.com>
Wed, 18 Feb 2015 16:08:17 +0000 (16:08 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 18 Feb 2015 16:08:17 +0000 (16:08 +0000)
commit1ca873bbc5a76789411e913c09741263ffa2da76
tree8e83d3977da7ee296e0c4a18b54d4229ecdc73f8
parentc34c37ae6610e17e21cabf793732f57b82114fa1
R600/SI: Don't set isCodeGenOnly = 1 on all instructions

We only need to set this on pseudo instructions which won't
be used by the assembler.

llvm-svn: 229689
llvm/lib/Target/R600/AMDGPUInstructions.td
llvm/lib/Target/R600/R600Instructions.td
llvm/lib/Target/R600/SIInstrFormats.td
llvm/lib/Target/R600/SIInstrInfo.td