mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14397 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2280098594
commit
288c92c16b
@ -292,6 +292,11 @@ extern const PassInfo *LowerInvokePassID;
|
||||
/// pass, which lowers garbage collection intrinsics to normal LLVM code.
|
||||
///
|
||||
FunctionPass *createLowerGCPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Returns a pass which converts all instances of ConstantExpression
|
||||
// into regular LLVM instructions.
|
||||
FunctionPass* createLowerConstantExpressionsPass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user