[llvm-commits] CVS: llvm-java/lib/Transforms/StubAdder.cpp
Alkis Evlogimenos
alkis at cs.uiuc.edu
Mon Feb 7 18:32:23 PST 2005
Changes in directory llvm-java/lib/Transforms:
StubAdder.cpp updated: 1.1 -> 1.2
---
Log message:
Fix comments.
---
Diffs of the changes: (+4 -3)
StubAdder.cpp | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
Index: llvm-java/lib/Transforms/StubAdder.cpp
diff -u llvm-java/lib/Transforms/StubAdder.cpp:1.1 llvm-java/lib/Transforms/StubAdder.cpp:1.2
--- llvm-java/lib/Transforms/StubAdder.cpp:1.1 Mon Feb 7 20:26:32 2005
+++ llvm-java/lib/Transforms/StubAdder.cpp Mon Feb 7 20:32:12 2005
@@ -1,4 +1,4 @@
-//===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===//
+//===- StubAdder.cpp - Stub Adder Pass ------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,8 +7,9 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements two versions of the LLVM "Hello World" pass described
-// in docs/WritingAnLLVMPass.html
+// This file implements a stub adder pass. Because class2llvm is not able to
+// compile all of java at the moment, this pass is used to add dummy returns
+// to those functions.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list