Removed 2 trailing whitespaces in 2 files that used to be in different
repos to test my new github monorepo workflow.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366904
91177308-0d34-0410-b5e6-
96231b3b80d8
/// definitions for this particular subtarget.
void X86TargetInfo::getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const {
- // Inline assembly supports X86 flag outputs.
+ // Inline assembly supports X86 flag outputs.
Builder.defineMacro("__GCC_ASM_FLAG_OUTPUTS__");
std::string CodeModel = getTargetOpts().CodeModel;