[llvm-commits] [llvm] r163496 - /llvm/trunk/lib/CodeGen/StackColoring.cpp
Nadav Rotem
nrotem at apple.com
Mon Sep 10 01:51:47 PDT 2012
Author: nadav
Date: Mon Sep 10 03:51:46 2012
New Revision: 163496
URL: http://llvm.org/viewvc/llvm-project?rev=163496&view=rev
Log:
Fix a typo in the comment.
Modified:
llvm/trunk/lib/CodeGen/StackColoring.cpp
Modified: llvm/trunk/lib/CodeGen/StackColoring.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/StackColoring.cpp?rev=163496&r1=163495&r2=163496&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/StackColoring.cpp (original)
+++ llvm/trunk/lib/CodeGen/StackColoring.cpp Mon Sep 10 03:51:46 2012
@@ -496,8 +496,8 @@
if (!SlotRemap.count(FromSlot))
continue;
- // In a debug build, check that the instruction that we are check is
- // inside its expected live range. If the instruction is not inside
+ // In a debug build, check that the instruction that we are modifying is
+ // inside the expected live range. If the instruction is not inside
// the calculated range then it means that the alloca usage moved
// outside of the lifetime markers.
#ifndef NDEBUG
More information about the llvm-commits
mailing list