[llvm-commits] CVS: llvm/include/llvm/Transforms/Instrumentation.h IPO.h LinkAllPasses.h Scalar.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 21 13:57:43 PDT 2005
Changes in directory llvm/include/llvm/Transforms:
Instrumentation.h updated: 1.7 -> 1.8
IPO.h updated: 1.41 -> 1.42
LinkAllPasses.h updated: 1.17 -> 1.18
Scalar.h updated: 1.55 -> 1.56
---
Log message:
Remove trailing whitespace
---
Diffs of the changes: (+11 -11)
IPO.h | 6 +++---
Instrumentation.h | 4 ++--
LinkAllPasses.h | 4 ++--
Scalar.h | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)
Index: llvm/include/llvm/Transforms/Instrumentation.h
diff -u llvm/include/llvm/Transforms/Instrumentation.h:1.7 llvm/include/llvm/Transforms/Instrumentation.h:1.8
--- llvm/include/llvm/Transforms/Instrumentation.h:1.7 Fri Jan 7 00:57:28 2005
+++ llvm/include/llvm/Transforms/Instrumentation.h Thu Apr 21 15:57:32 2005
@@ -1,10 +1,10 @@
//===- Transforms/Instrumentation.h - Instrumentation passes ----*- 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 files defines constructor functions for instrumentation passes.
Index: llvm/include/llvm/Transforms/IPO.h
diff -u llvm/include/llvm/Transforms/IPO.h:1.41 llvm/include/llvm/Transforms/IPO.h:1.42
--- llvm/include/llvm/Transforms/IPO.h:1.41 Sun Jan 9 22:23:32 2005
+++ llvm/include/llvm/Transforms/IPO.h Thu Apr 21 15:57:32 2005
@@ -1,10 +1,10 @@
//===- llvm/Transforms/IPO.h - Interprocedural Transformations --*- 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 header file defines prototypes for accessor functions that expose passes
@@ -77,7 +77,7 @@
//===----------------------------------------------------------------------===//
-/// createFunctionExtractionPass - If deleteFn is true, this pass deletes as
+/// createFunctionExtractionPass - If deleteFn is true, this pass deletes as
/// the specified function. Otherwise, it deletes as much of the module as
/// possible, except for the function specified.
///
Index: llvm/include/llvm/Transforms/LinkAllPasses.h
diff -u llvm/include/llvm/Transforms/LinkAllPasses.h:1.17 llvm/include/llvm/Transforms/LinkAllPasses.h:1.18
--- llvm/include/llvm/Transforms/LinkAllPasses.h:1.17 Fri Apr 15 16:13:16 2005
+++ llvm/include/llvm/Transforms/LinkAllPasses.h Thu Apr 21 15:57:32 2005
@@ -1,10 +1,10 @@
//===- llvm/Transforms/LinkAllPasses.h - Reference All Passes ---*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by Jeff Cohen and is distributed under the
// University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
// This header file is required for building with Microsoft's VC++, as it has
Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.55 llvm/include/llvm/Transforms/Scalar.h:1.56
--- llvm/include/llvm/Transforms/Scalar.h:1.55 Fri Apr 15 14:24:49 2005
+++ llvm/include/llvm/Transforms/Scalar.h Thu Apr 21 15:57:32 2005
@@ -1,10 +1,10 @@
//===-- Scalar.h - Scalar Transformations -----------------------*- 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 header file defines prototypes for accessor functions that expose passes
@@ -231,7 +231,7 @@
extern const PassInfo *LoopSimplifyID;
//===----------------------------------------------------------------------===//
-//
+//
// This pass eliminates call instructions to the current function which occur
// immediately before return instructions.
//
@@ -274,7 +274,7 @@
FunctionPass *createLowerInvokePass();
extern const PassInfo *LowerInvokePassID;
-
+
//===----------------------------------------------------------------------===//
/// createLowerGCPass - This function returns an instance of the "lowergc"
/// pass, which lowers garbage collection intrinsics to normal LLVM code.
More information about the llvm-commits
mailing list