Use X86AddrNumOperands instead of magic constant one
authorDale Johannesen <dalej@apple.com>
Wed, 6 May 2009 19:04:30 +0000 (19:04 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 6 May 2009 19:04:30 +0000 (19:04 +0000)
commit43e91b9c2f242c53dab2cf5813c0f6e208d7f213
tree68d2853e22167a84c4a3a3461abba00a1c72f9b9
parentcaab129cd19441817906ea5ca69e341e81c598e3
Use X86AddrNumOperands instead of magic constant one
more place.  This fixes a bunch of x86-64 JIT regressions.
(Introduced when the value of the magic constant changed
in 68645.  At the time apparently nobody noticed; failures
were hidden in 70343-70439 by an unrelated bug, so showed
up again as "new" failures in 70440.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71106 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp