From: NAKAMURA Takumi Date: Sun, 19 Feb 2017 06:51:46 +0000 (+0000) Subject: Untabify. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34736623c88acc20845e3b30eee370612716951f;p=llvm Untabify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295599 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DebugInfoMetadata.h b/include/llvm/IR/DebugInfoMetadata.h index f654e0e9dcb..2268c37f0eb 100644 --- a/include/llvm/IR/DebugInfoMetadata.h +++ b/include/llvm/IR/DebugInfoMetadata.h @@ -2048,7 +2048,7 @@ protected: DIVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Line, ArrayRef Ops, uint32_t AlignInBits = 0) : DINode(C, ID, Storage, dwarf::DW_TAG_variable, Ops), Line(Line), - AlignInBits(AlignInBits) {} + AlignInBits(AlignInBits) {} ~DIVariable() = default; public: @@ -2238,7 +2238,7 @@ public: /// Retrieve the details of this fragment expression. static Optional getFragmentInfo(expr_op_iterator Start, - expr_op_iterator End); + expr_op_iterator End); /// Retrieve the details of this fragment expression. Optional getFragmentInfo() const { diff --git a/include/llvm/IR/Intrinsics.td b/include/llvm/IR/Intrinsics.td index 6e4d9f2ff81..e2ab4ae0953 100644 --- a/include/llvm/IR/Intrinsics.td +++ b/include/llvm/IR/Intrinsics.td @@ -784,7 +784,7 @@ def int_memcpy_element_atomic : Intrinsic<[], //===----- Intrinsics that are used to provide predicate information -----===// def int_ssa_copy : Intrinsic<[llvm_any_ty], [LLVMMatchType<0>], - [IntrNoMem, Returned<0>]>; + [IntrNoMem, Returned<0>]>; //===----------------------------------------------------------------------===// // Target-specific intrinsics //===----------------------------------------------------------------------===//