mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Fix the exposed prototype for the lower packed pass, thanks to
Morten Ofstad. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
#include "llvm/Argument.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
@@ -98,7 +99,7 @@ X("lower-packed",
|
||||
|
||||
} // end namespace
|
||||
|
||||
FunctionPass *createLowerPackedPass() { return new LowerPacked(); }
|
||||
FunctionPass *llvm::createLowerPackedPass() { return new LowerPacked(); }
|
||||
|
||||
|
||||
// This function sets lowered values for a corresponding
|
||||
|
Reference in New Issue
Block a user