[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon May 29 11:53:04 PDT 2006



Changes in directory llvm/tools/llvm-as:

llvm-as.cpp updated: 1.44 -> 1.45
---
Log message:

Silly cleanup


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

 llvm-as.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1.44 llvm/tools/llvm-as/llvm-as.cpp:1.45
--- llvm/tools/llvm-as/llvm-as.cpp:1.44	Thu Apr 21 18:59:34 2005
+++ llvm/tools/llvm-as/llvm-as.cpp	Mon May 29 13:52:52 2006
@@ -13,7 +13,7 @@
 //   llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
 //                            to the x.bc file.
 //
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
 
 #include "llvm/Module.h"
 #include "llvm/Assembly/Parser.h"






More information about the llvm-commits mailing list