1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Tidy up. 80 columns and trailing whitespace.

llvm-svn: 128504
This commit is contained in:
Jim Grosbach 2011-03-29 23:20:22 +00:00
parent 7ba639e6f5
commit 47b87dbc29

View File

@ -746,7 +746,8 @@ void AsmPrinter::EmitFunctionBody() {
/// getDebugValueLocation - Get location information encoded by DBG_VALUE
/// operands.
MachineLocation AsmPrinter::getDebugValueLocation(const MachineInstr *MI) const {
MachineLocation AsmPrinter::
getDebugValueLocation(const MachineInstr *MI) const {
// Target specific DBG_VALUE instructions are handled by each target.
return MachineLocation();
}