[WebAssembly] Remove TODO comment for IAS, NFC
authorBrad Smith <brad@comstyle.com>
Fri, 15 Apr 2022 08:24:49 +0000 (04:24 -0400)
committerBrad Smith <brad@comstyle.com>
Fri, 15 Apr 2022 08:31:23 +0000 (04:31 -0400)
IAS has been enabled on WebAssembly since commit 0a55d3f557a74cfb459b24e442072302d5444baf.

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

index d812295..5727708 100644 (file)
@@ -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?
 }