[llvm-commits] CVS: llvm/include/llvm/ExecutionEngine/ExecutionEngine.h GenericValue.h

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 13:40:05 PDT 2005



Changes in directory llvm/include/llvm/ExecutionEngine:

ExecutionEngine.h updated: 1.31 -> 1.32
GenericValue.h updated: 1.6 -> 1.7
---
Log message:

Remove trailing whitespace


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

 ExecutionEngine.h |    6 +++---
 GenericValue.h    |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/include/llvm/ExecutionEngine/ExecutionEngine.h
diff -u llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.31 llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.32
--- llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:1.31	Mon Dec 13 10:22:32 2004
+++ llvm/include/llvm/ExecutionEngine/ExecutionEngine.h	Thu Apr 21 15:39:54 2005
@@ -1,10 +1,10 @@
 //===- ExecutionEngine.h - Abstract Execution Engine Interface --*- C++ -*-===//
-// 
+//
 //                     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 file defines the abstract interface that implements execution support
@@ -57,7 +57,7 @@
   ExecutionEngine(ModuleProvider *P);
   ExecutionEngine(Module *M);
   virtual ~ExecutionEngine();
-  
+
   Module &getModule() const { return CurMod; }
   const TargetData &getTargetData() const { return *TD; }
 


Index: llvm/include/llvm/ExecutionEngine/GenericValue.h
diff -u llvm/include/llvm/ExecutionEngine/GenericValue.h:1.6 llvm/include/llvm/ExecutionEngine/GenericValue.h:1.7
--- llvm/include/llvm/ExecutionEngine/GenericValue.h:1.6	Wed Sep  1 17:55:34 2004
+++ llvm/include/llvm/ExecutionEngine/GenericValue.h	Thu Apr 21 15:39:54 2005
@@ -1,12 +1,12 @@
 //===-- GenericValue.h - Represent any type of LLVM value -------*- C++ -*-===//
-// 
+//
 //                     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.
-// 
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // The GenericValue class is used to represent an LLVM value of arbitrary type.
 //
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list