[llvm] r286517 - GlobalISel: fix mistaken comment change

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 14:47:39 PST 2016


Author: tnorthover
Date: Thu Nov 10 16:47:38 2016
New Revision: 286517

URL: http://llvm.org/viewvc/llvm-project?rev=286517&view=rev
Log:
GlobalISel: fix mistaken comment change

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h?rev=286517&r1=286516&r2=286517&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineRegisterInfo.h Thu Nov 10 16:47:38 2016
@@ -653,8 +653,7 @@ public:
   unsigned createGenericVirtualRegister(LLT Ty);
 
   /// Remove all types associated to virtual registers (after instruction
-  /// selection and constraining of all generic virtual registers). Returns true
-  /// if the VReg mapping was consistent.
+  /// selection and constraining of all generic virtual registers).
   void clearVirtRegTypes();
 
   /// Creates a new virtual register that has no register class, register bank




More information about the llvm-commits mailing list