Skip to content

Commit

Permalink
[IPO/ConstantMerge] Garbage collect dead code. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268442 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dcci committed May 3, 2016
1 parent b9c4af5 commit 1e1b4ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Transforms/IPO/ConstantMerge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ namespace {
// duplicate constants.
bool runOnModule(Module &M) override;

// Return true iff we can determine the alignment of this global variable.
bool hasKnownAlignment(GlobalVariable *GV) const;

// Return the alignment of the global, including converting the default
// alignment to a concrete value.
unsigned getAlignment(GlobalVariable *GV) const;
Expand Down

0 comments on commit 1e1b4ae

Please sign in to comment.