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)
commit4bc014f0a727df13c8ab39f7fc748a942564b988
tree6c43da2a6fe64743953a05d79e2e222169744284
parentf807a6f2970398b85ccd2a3ba6d8959426a9872f
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.

llvm-svn: 225275
llvm/lib/Target/R600/AMDGPUAsmPrinter.cpp