]> granicus.if.org Git - llvm/commitdiff
Untabify.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 19 Feb 2017 06:51:46 +0000 (06:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 19 Feb 2017 06:51:46 +0000 (06:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295599 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/Intrinsics.td

index f654e0e9dcb21ecc190b3f0e88e91b6bca96022d..2268c37f0eb660f7d678ca65b417d2345a0ae245 100644 (file)
@@ -2048,7 +2048,7 @@ protected:
   DIVariable(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Line,
              ArrayRef<Metadata *> 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<FragmentInfo> getFragmentInfo(expr_op_iterator Start,
-                                               expr_op_iterator End);
+                                                expr_op_iterator End);
 
   /// Retrieve the details of this fragment expression.
   Optional<FragmentInfo> getFragmentInfo() const {
index 6e4d9f2ff81b60e000623181c629f75c7666f80d..e2ab4ae09536668fd1bdd2817d6a0fb590aec9a1 100644 (file)
@@ -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
 //===----------------------------------------------------------------------===//