This commit is contained in:
John Colvin
2013-04-09 00:02:55 +02:00
parent 5e598af541
commit e74d9b79b6

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