From: Tim Northover Date: Thu, 10 Nov 2016 22:47:38 +0000 (+0000) Subject: GlobalISel: fix mistaken comment change X-Git-Tag: llvmorg-4.0.0-rc1~4977 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c03b5c9c6facb14b0b2b7dc88cbdcb1e5a1bb7dd;p=platform%2Fupstream%2Fllvm.git GlobalISel: fix mistaken comment change llvm-svn: 286517 --- diff --git a/llvm/include/llvm/CodeGen/MachineRegisterInfo.h b/llvm/include/llvm/CodeGen/MachineRegisterInfo.h index 85336af..c599caf 100644 --- a/llvm/include/llvm/CodeGen/MachineRegisterInfo.h +++ b/llvm/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