Remove some boilerplate comments that don't explain anything.

llvm-svn: 282007
This commit is contained in:
Eric Christopher 2016-09-20 19:45:06 +00:00
parent ee92470969
commit 07a791643b
1 changed files with 0 additions and 4 deletions

View File

@ -108,8 +108,6 @@ static const char *getSparcAsmModeForCPU(StringRef Name,
}
}
/// CheckPreprocessingOptions - Perform some validation of preprocessing
/// arguments that is shared with gcc.
static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC)) {
if (!Args.hasArg(options::OPT_E) && !Args.hasArg(options::OPT__SLASH_P) &&
@ -121,8 +119,6 @@ static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) {
}
}
/// CheckCodeGenerationOptions - Perform some validation of code generation
/// arguments that is shared with gcc.
static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) {
// In gcc, only ARM checks this, but it seems reasonable to check universally.
if (Args.hasArg(options::OPT_static))