OSDN Git Service

Eliminate the X86-specific BMI functions, using BuildMI instead.
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 07:22:16 +0000 (07:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 07:22:16 +0000 (07:22 +0000)
commitee352852e73ce28083369f98d2eebe64ef73fbc4
tree9c339cceceb8d91b9cd39cddf1e514d1eb109f4f
parent168aa90bf6ed220fff435284174c31fc9cfa5162
Eliminate the X86-specific BMI functions, using BuildMI instead.
Replace uses of addZImm with addImm.

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