forked from OSchip/llvm-project
[IPO/ConstantMerge] Garbage collect dead code. NFC.
llvm-svn: 268442
This commit is contained in:
parent
0c64813565
commit
c91e0b2fde
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue