Wow, I'm incapable of the simplest things today...
authorChris Lattner <sabre@nondot.org>
Sun, 17 Nov 2002 23:05:21 +0000 (23:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Nov 2002 23:05:21 +0000 (23:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4732 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86RegisterInfo.def

index db038347173228db72b3a4aa06cff2e870e3ebe7..319d2db75965f508629e34c09146249468b017b0 100644 (file)
@@ -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)