From: Dan Gohman Date: Mon, 3 Oct 2016 21:33:09 +0000 (+0000) Subject: [WebAssembly] Fix indentation. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2559a883e622e80f430a7a9a1b68606c5c6e21f;p=llvm [WebAssembly] Fix indentation. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283147 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/WebAssemblyInstrControl.td b/lib/Target/WebAssembly/WebAssemblyInstrControl.td index 06cb061bdfc..e357af63bae 100644 --- a/lib/Target/WebAssembly/WebAssemblyInstrControl.td +++ b/lib/Target/WebAssembly/WebAssemblyInstrControl.td @@ -88,6 +88,7 @@ multiclass SIMD_RETURN { } let isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 in { + let isReturn = 1 in { defm : RETURN; defm : RETURN; @@ -104,7 +105,9 @@ let isReturn = 1 in { let isCodeGenOnly = 1 in def FALLTHROUGH_RETURN_VOID : I<(outs), (ins), []>; } // isReturn = 1 - def UNREACHABLE : I<(outs), (ins), [(trap)], "unreachable">; + +def UNREACHABLE : I<(outs), (ins), [(trap)], "unreachable">; + } // isTerminator = 1, hasCtrlDep = 1, isBarrier = 1 } // Defs = [ARGUMENTS]