[llvm] afa7c5d - [WebAssembly] Remove TODO comment for IAS, NFC

Brad Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 01:31:52 PDT 2022


Author: Brad Smith
Date: 2022-04-15T04:31:23-04:00
New Revision: afa7c5ddc6bd35213948eb91b434e3c04e6b14bc

URL: https://github.com/llvm/llvm-project/commit/afa7c5ddc6bd35213948eb91b434e3c04e6b14bc
DIFF: https://github.com/llvm/llvm-project/commit/afa7c5ddc6bd35213948eb91b434e3c04e6b14bc.diff

LOG: [WebAssembly] Remove TODO comment for IAS, NFC

IAS has been enabled on WebAssembly since commit 0a55d3f557a74cfb459b24e442072302d5444baf.

Added: 
    

Modified: 
    llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp b/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
index d8122950e0615..5727708a84ad0 100644
--- a/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
+++ b/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
@@ -52,6 +52,4 @@ WebAssemblyMCAsmInfo::WebAssemblyMCAsmInfo(const Triple &T,
   // we make sure this info is set correctly.
   if (WebAssembly::WasmEnableEH || WebAssembly::WasmEnableSjLj)
     ExceptionsType = ExceptionHandling::Wasm;
-
-  // TODO: UseIntegratedAssembler?
 }


        


More information about the llvm-commits mailing list