From: Tim Northover Date: Thu, 10 Nov 2016 22:47:38 +0000 (+0000) Subject: GlobalISel: fix mistaken comment change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0204917258d334a4200e604557a21655a801a29;p=llvm GlobalISel: fix mistaken comment change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineRegisterInfo.h b/include/llvm/CodeGen/MachineRegisterInfo.h index 85336affedc..c599caf7535 100644 --- a/include/llvm/CodeGen/MachineRegisterInfo.h +++ b/include/llvm/CodeGen/MachineRegisterInfo.h @@ -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