aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccas/gccas.cpp')
-rw-r--r--tools/gccas/gccas.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/gccas/gccas.cpp b/tools/gccas/gccas.cpp
index bd266f0264..b5a980b2ed 100644
--- a/tools/gccas/gccas.cpp
+++ b/tools/gccas/gccas.cpp
@@ -40,13 +40,6 @@ namespace {
cl::opt<bool>
Verify("verify", cl::desc("Verify each pass result"));
-
-
- cl::opt<std::string> // Be compatible with what GCC expects
- QOption("Q", cl::desc("Compatibility option (ignored)"),
- cl::Hidden, cl::Prefix);
- cl::opt<bool>
- PrintVersion("V", cl::desc("Print GCCAS version number"), cl::Hidden);
}
@@ -149,9 +142,6 @@ int main(int argc, char **argv) {
return 1;
}
- if (PrintVersion) /* For GNU compatibility */
- std::cerr << "LLVM GCCAS version xx\n" << std::flush;
-
// In addition to just parsing the input from GCC, we also want to spiff it up
// a little bit. Do this now.
//