[llvm-commits] CVS: llvm/lib/Support/APInt.cpp

Reid Spencer reid at x10sys.com
Mon Feb 26 23:35:35 PST 2007



Changes in directory llvm/lib/Support:

APInt.cpp updated: 1.51 -> 1.52
---
Log message:

Get rid of extraneous // in file comment.


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

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


Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.51 llvm/lib/Support/APInt.cpp:1.52
--- llvm/lib/Support/APInt.cpp:1.51	Mon Feb 26 19:28:10 2007
+++ llvm/lib/Support/APInt.cpp	Tue Feb 27 01:35:18 2007
@@ -3,7 +3,7 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by Sheng Zhou and Reid Spencer and is distributed 
-// under the // University of Illinois Open Source License. See LICENSE.TXT 
+// under the University of Illinois Open Source License. See LICENSE.TXT 
 // for details.
 //
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list