R600/SI: Remove MachineFunction dump from AsmPrinter
authorTom Stellard <thomas.stellard@amd.com>
Tue, 6 Jan 2015 17:59:56 +0000 (17:59 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 6 Jan 2015 17:59:56 +0000 (17:59 +0000)
commit7d710486d40635977a81b70b764575bbbc9d39d9
tree8506afa0090f09c11cc5a09509727b8af8f3cc0b
parente46783d5b76964667f836ee6bc0315927b9ed7fd
R600/SI: Remove MachineFunction dump from AsmPrinter

The dump was dependent on a feature string, which meant that it couldn't
be disabled or enable on a per compile basis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225275 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUAsmPrinter.cpp