From: David Sherwood Date: Thu, 27 Oct 2022 18:24:51 +0000 (+0000) Subject: Fix whitespace introduced by 891aaff9a8a9997582eac1bb1edb8d4b4e117ef1 X-Git-Tag: upstream/17.0.6~29304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3232725852cbd4a70e9d56eef58e46d9cdcab267;p=platform%2Fupstream%2Fllvm.git Fix whitespace introduced by 891aaff9a8a9997582eac1bb1edb8d4b4e117ef1 --- diff --git a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp index bf838f2..bdb94af 100644 --- a/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp +++ b/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp @@ -1,4 +1,3 @@ - //==- AArch64AsmParser.cpp - Parse AArch64 assembly to MCInst instructions -==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.