[WebAssembly] Modify LateEHPrepare one-line description (NFC)
authorHeejin Ahn <aheejin@gmail.com>
Fri, 17 Aug 2018 00:12:04 +0000 (00:12 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Fri, 17 Aug 2018 00:12:04 +0000 (00:12 +0000)
llvm-svn: 339972

llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp

index 503cd38..8f40b4c 100644 (file)
@@ -47,7 +47,7 @@ public:
 
 char WebAssemblyLateEHPrepare::ID = 0;
 INITIALIZE_PASS(WebAssemblyLateEHPrepare, DEBUG_TYPE,
-                "WebAssembly Exception Preparation", false, false)
+                "WebAssembly Late Exception Preparation", false, false)
 
 FunctionPass *llvm::createWebAssemblyLateEHPrepare() {
   return new WebAssemblyLateEHPrepare();