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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 25 10:10:41 PDT 2005



Changes in directory llvm/tools/llc:

Makefile updated: 1.74 -> 1.75
---
Log message:

transforms before analyses


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.74 llvm/tools/llc/Makefile:1.75
--- llvm/tools/llc/Makefile:1.74	Sun Oct 23 20:13:21 2005
+++ llvm/tools/llc/Makefile	Tue Oct 25 12:10:30 2005
@@ -70,8 +70,8 @@
 	LLVMipa.a \
 	LLVMTransforms.a \
 	LLVMScalarOpts.a \
-	LLVMAnalysis.a \
 	LLVMTransformUtils.a \
+	LLVMAnalysis.a \
 	LLVMBCReader \
 	LLVMBCWriter \
 	LLVMCore \






More information about the llvm-commits mailing list