[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/Local.h

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 16 19:30:01 PST 2004


Changes in directory llvm/include/llvm/Transforms/Utils:

Local.h updated: 1.15 -> 1.16

---
Log message:

cleanup comment


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

Index: llvm/include/llvm/Transforms/Utils/Local.h
diff -u llvm/include/llvm/Transforms/Utils/Local.h:1.15 llvm/include/llvm/Transforms/Utils/Local.h:1.16
--- llvm/include/llvm/Transforms/Utils/Local.h:1.15	Sat Mar 13 20:13:07 2004
+++ llvm/include/llvm/Transforms/Utils/Local.h	Tue Mar 16 19:29:36 2004
@@ -89,7 +89,7 @@
 bool SimplifyCFG(BasicBlock *BB);
 
 /// DemoteRegToStack - This function takes a virtual register computed by an
-/// Instruction& X and replaces it with a slot in the stack frame, allocated via
+/// Instruction and replaces it with a slot in the stack frame, allocated via
 /// alloca.  This allows the CFG to be changed around without fear of
 /// invalidating the SSA information for the value.  It returns the pointer to
 /// the alloca inserted to create a stack slot for X.





More information about the llvm-commits mailing list