Merge pull request #325 from John-Colvin/patch-1

typo
This commit is contained in:
David Nadlinger
2013-04-08 15:09:10 -07:00

View File

@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
// This transform stips the bodies of available_externally functions and
// This transform strips the bodies of available_externally functions and
// initializers of available_externally globals, turning them into external
// declarations.
// This is useful to allow Global DCE (-globaldce) to clean up references to