[llvm-commits] [llvm] r121285 - /llvm/trunk/lib/CodeGen/RegAllocFast.cpp

Eric Christopher echristo at apple.com
Wed Dec 8 13:35:10 PST 2010


Author: echristo
Date: Wed Dec  8 15:35:09 2010
New Revision: 121285

URL: http://llvm.org/viewvc/llvm-project?rev=121285&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/lib/CodeGen/RegAllocFast.cpp

Modified: llvm/trunk/lib/CodeGen/RegAllocFast.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/RegAllocFast.cpp?rev=121285&r1=121284&r2=121285&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/RegAllocFast.cpp (original)
+++ llvm/trunk/lib/CodeGen/RegAllocFast.cpp Wed Dec  8 15:35:09 2010
@@ -334,7 +334,7 @@
     MO.setIsKill();
     return;
   default:
-    // The physreg was allocated to a virtual register. That means to value we
+    // The physreg was allocated to a virtual register. That means the value we
     // wanted has been clobbered.
     llvm_unreachable("Instruction uses an allocated register");
   }





More information about the llvm-commits mailing list