From: Chris Lattner Date: Sun, 17 Nov 2002 23:05:21 +0000 (+0000) Subject: Wow, I'm incapable of the simplest things today... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e9b309ad132e401bfd204d09e66d33ae242524d5;p=oota-llvm.git Wow, I'm incapable of the simplest things today... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4732 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86RegisterInfo.def b/lib/Target/X86/X86RegisterInfo.def index db038347173..319d2db7596 100644 --- a/lib/Target/X86/X86RegisterInfo.def +++ b/lib/Target/X86/X86RegisterInfo.def @@ -47,7 +47,7 @@ R(EDI, "EDI", MRF::INT32, 0) // 16 bit registers, aliased with the corresponding 32 bit registers above R(AX, "AX", MRF::INT16, 0) R(CX, "CX", MRF::INT16, 0) -R(DX, "Dx", MRF::INT16, 0) +R(DX, "DX", MRF::INT16, 0) R(BX, "BX", MRF::INT16, 0) R(SP, "SP", MRF::INT16, 0) R(BP, "BP", MRF::INT16, 0)