]> granicus.if.org Git - llvm/commit
Revert Register/MCRegister: Add conversion operators to avoid use of implicit convert...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 5 Aug 2019 21:34:45 +0000 (21:34 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Mon, 5 Aug 2019 21:34:45 +0000 (21:34 +0000)
commitecb3f5791175bd1b460a85ef11f5fc8e3e39c2d1
treed73153df28d65249c421292851449b3bb925b7ca
parent7ca956582fa607db9129c5300c36d029451dbf3c
Revert Register/MCRegister: Add conversion operators to avoid use of implicit convert to unsigned. NFC

MSVC finds ambiguity where clang doesn't and it looks like it's not going to be an easy fix
Reverting while I figure out how to fix it

This reverts r367916 (git commit aa15ec3c231717826e3c262b5ef9813d2fb5cadb)
This reverts r367920 (git commit 5d14efe279b5db9f4746ff834ab5c70e249d3871)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367932 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Register.h
include/llvm/MC/MCRegister.h
lib/CodeGen/MachineBasicBlock.cpp