Skip to content

Commit

Permalink
Revert "[IR] Temporarily reintroduce StoreInst::setAlignment(MaybeAli…
Browse files Browse the repository at this point in the history
…gn)"

This reverts commit 173ac07.

Change-Id: Ie8526edcc7ab5604167e9e77a34f8284921feaa0
  • Loading branch information
jayfoad committed Jul 16, 2020
1 parent 2957462 commit 6d9da41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/include/llvm/IR/Instructions.h
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,6 @@ class StoreInst : public Instruction {
setSubclassData<AlignmentField>(Log2(Align));
}

void setAlignment(MaybeAlign Alignment) {
setAlignment(Alignment.getValue());
}

/// Returns the ordering constraint of this store instruction.
AtomicOrdering getOrdering() const {
return getSubclassData<OrderingField>();
Expand Down

0 comments on commit 6d9da41

Please sign in to comment.