CommandLine library cleanup. No longer use getValue/setValue, instead, just treat...
authorChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 19:27:24 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Jul 2001 19:27:24 +0000 (19:27 +0000)
commit1e78f36127fb0e405d2cf893e2ce3381300a667b
tree4bd65a77a8fc6e5ec8d07e3f84203f879cb8b8a4
parentb49ff5c5ee8d0c3a5b58eaf7cbcaf23c4f2960ea
CommandLine library cleanup.  No longer use getValue/setValue, instead, just treat the commandline
args as the objects they represent and the "right thing" will happen

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Support/CommandLine.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
support/lib/Support/CommandLine.cpp
tools/analyze/analyze.cpp
tools/as/as.cpp
tools/dis/dis.cpp
tools/llc/llc.cpp
tools/llvm-as/as.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/dis.cpp
tools/llvm-dis/llvm-dis.cpp
tools/opt/opt.cpp