cleanup comment
authorChris Lattner <sabre@nondot.org>
Wed, 17 Mar 2004 01:29:36 +0000 (01:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Mar 2004 01:29:36 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12463 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/Local.h

index 6df8da3de53510f738a82886b2f1cec0431284a1..132a10aa41770d6cf734d9bacf6c7aa6288bfdc3 100644 (file)
@@ -89,7 +89,7 @@ Value *hasConstantValue(PHINode *PN);
 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.