Fix whitespace.

llvm-svn: 125741
This commit is contained in:
NAKAMURA Takumi 2011-02-17 08:50:50 +00:00
parent 133edddd82
commit 029d74b264
4 changed files with 19 additions and 20 deletions

View File

@ -575,7 +575,7 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple) {
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw64", "4.3.0");
// Fall through.
case llvm::Triple::MinGW32:
// Try gcc 4.5.0
// Try gcc 4.5.0
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw32", "4.5.0");
// Try gcc 4.4.0
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw32", "4.4.0");

View File

@ -275,4 +275,3 @@ const TargetAttributesSema &Sema::getTargetAttributesSema() const {
return *(TheTargetAttributesSema = new X86AttributesSema);
}
}