aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-14 16:07:47 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-14 16:07:47 -0800
commit161ef7e5f2bcd15754af0d25462107ac8ba2228d (patch)
tree2456cfa16b7731d234f4380ad6ee8eb05bf66c92
parent9e5d63770725ea57e1f8455652629e6c34c5efff (diff)
typo fix
-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 2b7ff9ca5d..520663152a 100644
--- a/lib/Transforms/NaCl/PNaClABISimplify.cpp
+++ b/lib/Transforms/NaCl/PNaClABISimplify.cpp
@@ -106,7 +106,7 @@ void llvm::PNaClABISimplifyAddPostOptPasses(PassManager &PM) {
// This pass converts those arguments to 32-bit.
PM.add(createCanonicalizeMemIntrinsicsPass());
-#if 0 // XXX EMSCRIPTEN: PNaCl strips metadata to avoid making it ABI-exposed; empscripten doesn't need this.
+#if 0 // XXX EMSCRIPTEN: PNaCl strips metadata to avoid making it ABI-exposed; emscripten doesn't need this.
// We place StripMetadata after optimization passes because
// optimizations depend on the metadata.
PM.add(createStripMetadataPass());