revert mike's patch which broke test/CodeGen/no-common.c.

llvm-svn: 67893
This commit is contained in:
Chris Lattner 2009-03-28 02:12:08 +00:00
parent 7516668998
commit 8671ca9d97
1 changed files with 1 additions and 2 deletions

View File

@ -1238,8 +1238,7 @@ OptSize("Os", llvm::cl::desc("Optimize for size"));
static llvm::cl::opt<bool>
NoCommon("fno-common",
llvm::cl::desc("Compile common globals like normal definitions"),
llvm::cl::ValueDisallowed, llvm::cl::AllowInverse,
llvm::cl::ZeroOrMore);
llvm::cl::ValueDisallowed);
// It might be nice to add bounds to the CommandLine library directly.
struct OptLevelParser : public llvm::cl::parser<unsigned> {