aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Transforms/NaCl/PNaClABISimplify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/NaCl/PNaClABISimplify.cpp b/lib/Transforms/NaCl/PNaClABISimplify.cpp
index 7d3307e0e7..5d64b088ce 100644
--- a/lib/Transforms/NaCl/PNaClABISimplify.cpp
+++ b/lib/Transforms/NaCl/PNaClABISimplify.cpp
@@ -116,7 +116,7 @@ void llvm::PNaClABISimplifyAddPostOptPasses(PassManager &PM) {
PM.add(createStripDeadPrototypesPass());
// Eliminate simple dead code that the post-opt passes could have
- // create. These are fairly simple passes that won't break the ABI.
+ // created.
PM.add(createDeadInstEliminationPass());
PM.add(createDeadCodeEliminationPass());
}