Privatize LLCOptions. It had no business being visible to the entire
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 04:40:02 +0000 (04:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 04:40:02 +0000 (04:40 +0000)
commitaceb9132b7c0f2b22a2e51d523d0bd46f2cb3817
treed3b24eb01110102a9649cfd973933c1b80ac27f7
parentc21d4fcb202b613e2ebe95684362b8c9b66d8034
Privatize LLCOptions.  It had no business being visible to the entire
program.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/InstrSelection.h
include/llvm/LLC/CompileContext.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
tools/llc/LLCOptions.cpp
tools/llc/LLCOptions.h [new file with mode: 0644]
tools/llc/llc.cpp