* Allow passing in an unsigned configuration to allocateSparcTargetMachine()
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 22:24:48 +0000 (22:24 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 27 May 2003 22:24:48 +0000 (22:24 +0000)
commit86172ab3d6424258ee499cee470dc6f84e5867f0
tree3ea40b4d2ea48abad2d5e690e11029b08a4a00fa
parentcbfde0a6128bd7049433e03bba69911d55288fb1
* Allow passing in an unsigned configuration to allocateSparcTargetMachine()
  a default value is set in the header file.
* Fixed some code layout to make it more consistent with the rest of codebase
* Added addPassesToJITCompile() with relevant passes

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