[llvm-commits] [llvm] r56486 - /llvm/trunk/lib/Target/Mips/Makefile

Matthijs Kooijman matthijs at stdin.nl
Tue Sep 23 01:54:42 PDT 2008


Author: matthijs
Date: Tue Sep 23 03:54:41 2008
New Revision: 56486

URL: http://llvm.org/viewvc/llvm-project?rev=56486&view=rev
Log:
Fix indendation.

Modified:
    llvm/trunk/lib/Target/Mips/Makefile

Modified: llvm/trunk/lib/Target/Mips/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/Makefile?rev=56486&r1=56485&r2=56486&view=diff

==============================================================================
--- llvm/trunk/lib/Target/Mips/Makefile (original)
+++ llvm/trunk/lib/Target/Mips/Makefile Tue Sep 23 03:54:41 2008
@@ -12,10 +12,10 @@
 
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = MipsGenRegisterInfo.h.inc MipsGenRegisterNames.inc \
-								MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
-								MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
-								MipsGenDAGISel.inc MipsGenCallingConv.inc \
-								MipsGenSubtarget.inc
+                MipsGenRegisterInfo.inc MipsGenInstrNames.inc \
+                MipsGenInstrInfo.inc MipsGenAsmWriter.inc \
+                MipsGenDAGISel.inc MipsGenCallingConv.inc \
+                MipsGenSubtarget.inc
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list