[llvm-commits] CVS: llvm/tools/opt/Makefile

Misha Brukman brukman at cs.uiuc.edu
Thu Jul 10 11:36:01 PDT 2003


Changes in directory llvm/tools/opt:

Makefile updated: 1.40 -> 1.41

---
Log message:

Converted tabs to spaces.


---
Diffs of the changes:

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.40 llvm/tools/opt/Makefile:1.41
--- llvm/tools/opt/Makefile:1.40	Tue Jun 17 15:09:18 2003
+++ llvm/tools/opt/Makefile	Thu Jul 10 11:35:17 2003
@@ -2,7 +2,7 @@
 TOOLNAME = opt
 
 USEDLIBS = bcreader bcwriter \
-	   instrument profpaths scalaropts \
+           instrument profpaths scalaropts \
            ipo ipa.a datastructure transforms target.a analysis \
            transformutils vmcore support
 





More information about the llvm-commits mailing list