Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 29 Sep 2004 23:01:17 +0000 (23:01 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 29 Sep 2004 23:01:17 +0000 (23:01 +0000)
commit1155d31ef6d3b7926bff0aaf63a990843cad3fd2
treed579a7b1c1192dcd534a4475028e333109fb6a5a
parenta71989f11b8ce9e7775d4b69ad301a23a68978dc
Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
won't work if not compiled in V9 mode, currently by GCC only, because Sun's
system compiler does not tell us if it's a V8 or V9 system.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9CodeEmitter.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp