[llvm-commits] CVS: llvm/include/llvm/CodeGen/StackSlots.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 22 20:13:00 PDT 2002
Changes in directory llvm/include/llvm/CodeGen:
StackSlots.h updated: 1.1 -> 1.2
---
Log message:
Minor cleanups
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/StackSlots.h
diff -u llvm/include/llvm/CodeGen/StackSlots.h:1.1 llvm/include/llvm/CodeGen/StackSlots.h:1.2
--- llvm/include/llvm/CodeGen/StackSlots.h:1.1 Fri Sep 20 23:57:57 2002
+++ llvm/include/llvm/CodeGen/StackSlots.h Tue Oct 22 20:11:51 2002
@@ -1,16 +1,15 @@
//===-- llvm/CodeGen/StackSots.h -------------------------------*- C++ -*--===//
//
-// External interface to stack-slots pass that enters 2 empty slots
-// at the top of each function stack
+// External interface to stack-slots pass that enters 2 empty slots at the top
+// of each function stack
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CODEGEN_STACKSLOTS_H
#define LLVM_CODEGEN_STACKSLOTS_H
-class TargetMachine;
class Pass;
-
-Pass *createStackSlotsPass(TargetMachine &Target);
+class TargetMachine;
+Pass *createStackSlotsPass(const TargetMachine &TM);
#endif
More information about the llvm-commits
mailing list