summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLocal.cpp
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-08-15 21:19:25 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-08-15 21:19:25 +0000
commit91e16e750b1d922482a5c15cb59be11164649cc4 (patch)
treed68a197041a90f24dc8649e180037ea7b39e787e /llvm/lib/CodeGen/RegAllocLocal.cpp
parent497216dc000d23a1311677bb1847b9d5c19c57f8 (diff)
downloadbcm5719-llvm-91e16e750b1d922482a5c15cb59be11164649cc4.tar.gz
bcm5719-llvm-91e16e750b1d922482a5c15cb59be11164649cc4.zip
Fix typo in comment
llvm-svn: 7906
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLocal.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLocal.cpp b/llvm/lib/CodeGen/RegAllocLocal.cpp
index 26269e1808c..15b49b32677 100644
--- a/llvm/lib/CodeGen/RegAllocLocal.cpp
+++ b/llvm/lib/CodeGen/RegAllocLocal.cpp
@@ -475,7 +475,7 @@ void RA::AllocateBasicBlock(MachineBasicBlock &MBB) {
for (unsigned i = 0; ImplicitUses[i]; ++i)
MarkPhysRegRecentlyUsed(ImplicitUses[i]);
- // Get the used operands into registers. This has the potiential to spill
+ // Get the used operands into registers. This has the potential to spill
// incoming values if we are out of registers. Note that we completely
// ignore physical register uses here. We assume that if an explicit
// physical register is referenced by the instruction, that it is guaranteed
OpenPOWER on IntegriCloud