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)
commitd0da9ebb0abc231ae765f3bdd300e0b2da13ea8b
tree701707fddd8361fb9936a42653c14a315d0c8d04
parentd1971ae8bad5e9d1f7d11c1acb08dd481add02b2
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/R600Instructions.td
lib/Target/R600/SIInstrFormats.td
lib/Target/R600/SIInstrInfo.td