summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-17 01:29:36 +0000
committerChris Lattner <sabre@nondot.org>2004-03-17 01:29:36 +0000
commit8f71b63bead24de7acc6fe7f0487bf56da22d745 (patch)
treee594fe457c8746c0616a6006b244f7205ce148c5 /include/llvm/Transforms/Utils
parenteee91172fb2cd4553bb5d0f4ca6241509e7b1f7c (diff)
downloadllvm-8f71b63bead24de7acc6fe7f0487bf56da22d745.tar.gz
llvm-8f71b63bead24de7acc6fe7f0487bf56da22d745.tar.bz2
llvm-8f71b63bead24de7acc6fe7f0487bf56da22d745.tar.xz
cleanup comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12463 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-rw-r--r--include/llvm/Transforms/Utils/Local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/Local.h b/include/llvm/Transforms/Utils/Local.h
index 6df8da3de5..132a10aa41 100644
--- a/include/llvm/Transforms/Utils/Local.h
+++ b/include/llvm/Transforms/Utils/Local.h
@@ -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.