Skip to content

Commit

Permalink
Untabify.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295599 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Feb 19, 2017
1 parent 1ca7d17 commit 3473662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/llvm/IR/DebugInfoMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ class DIVariable : public DINode {
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:
Expand Down Expand Up @@ -2238,7 +2238,7 @@ class DIExpression : public MDNode {

/// 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 {
Expand Down
2 changes: 1 addition & 1 deletion include/llvm/IR/Intrinsics.td
Original file line number Diff line number Diff line change
Expand Up @@ -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
//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 3473662

Please sign in to comment.