Fixed whitespace.

llvm-svn: 174254
This commit is contained in:
Michael Gottesman 2013-02-02 01:03:01 +00:00
parent cf50e6d6ce
commit b46072d7ac
1 changed files with 1 additions and 1 deletions

View File

@ -1715,7 +1715,7 @@ static llvm::Constant *createARCRuntimeFunction(CodeGenModule &CGM,
// If we have Native ARC, set nonlazybind attribute for these APIs for
// performance.
f->addFnAttr(llvm::Attribute::NonLazyBind);
}
}
}
return fn;