* Merge some win32 ifdefs together
authorChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2004 04:21:18 +0000 (04:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Nov 2004 04:21:18 +0000 (04:21 +0000)
commit16fe6f5f24062c5e1ce6178989e135c51e6d9c76
treee39c2343c523a29c881d47798972f8ddd88dec88
parente12215f79367018855adfd3d6a25f656cff299db
* Merge some win32 ifdefs together
* Get rid of "emitMaybePCRelativeValue", either we want to emit a PC relative
  value or not: drop the maybe BS.  As it turns out, the only places where
  the bool was a variable coming in, the bool was a dynamic constant.

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