From 66a8bf57eaf6cdde058eb024fd1d7d312d8aec1c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 8 Dec 2010 21:35:09 +0000 Subject: Fix comment. llvm-svn: 121285 --- llvm/lib/CodeGen/RegAllocFast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/RegAllocFast.cpp') diff --git a/llvm/lib/CodeGen/RegAllocFast.cpp b/llvm/lib/CodeGen/RegAllocFast.cpp index ede5dc4b5b0..58ab0bf1918 100644 --- a/llvm/lib/CodeGen/RegAllocFast.cpp +++ b/llvm/lib/CodeGen/RegAllocFast.cpp @@ -334,7 +334,7 @@ void RAFast::usePhysReg(MachineOperand &MO) { 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"); } -- cgit v1.2.3