Wow, I'm incapable of the simplest things today...

llvm-svn: 4732
This commit is contained in:
Chris Lattner 2002-11-17 23:05:21 +00:00
parent afce16dec8
commit b79ccae887
1 changed files with 1 additions and 1 deletions

View 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)