| commit | 29a651af8a4b522daf1f9102c93e4c8ecc2ef3c2 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu Nov 14 10:08:50 2013 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Thu Nov 14 10:08:50 2013 +0000 |
| tree | 9110369e3191c8a995c13a4b33e7beb65e1c05a4 | |
| parent | 54f009f5a427c640266d223826eed851a8a340c3 [diff] [blame] |
Indentation fixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194688 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/R600/AMDGPUAsmPrinter.cpp b/lib/Target/R600/AMDGPUAsmPrinter.cpp index 3057790..67bdba2 100644 --- a/lib/Target/R600/AMDGPUAsmPrinter.cpp +++ b/lib/Target/R600/AMDGPUAsmPrinter.cpp
@@ -183,7 +183,7 @@ unsigned numOperands = MI.getNumOperands(); for (unsigned op_idx = 0; op_idx < numOperands; op_idx++) { - MachineOperand & MO = MI.getOperand(op_idx); + MachineOperand &MO = MI.getOperand(op_idx); unsigned maxUsed; unsigned width = 0; bool isSGPR = false;