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

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 17:00:13 PDT 2005



Changes in directory llvm/tools/lli:

lli.cpp updated: 1.48 -> 1.49
---
Log message:

Remove trailing whitespace


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

 lli.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.48 llvm/tools/lli/lli.cpp:1.49
--- llvm/tools/lli/lli.cpp:1.48	Wed Dec 29 23:36:07 2004
+++ llvm/tools/lli/lli.cpp	Thu Apr 21 18:59:31 2005
@@ -1,10 +1,10 @@
 //===- lli.cpp - LLVM Interpreter / Dynamic compiler ----------------------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This utility provides a simple wrapper around the LLVM Execution Engines,






More information about the llvm-commits mailing list