mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +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:
parent
8a7ad2d2c5
commit
7b73a663bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user