Skip to content
Snippets Groups Projects
Commit 5ea1317e authored by Chris Lattner's avatar Chris Lattner
Browse files

Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus!

llvm-svn: 14397
parent 537851f6
No related branches found
No related tags found
No related merge requests found
...@@ -292,6 +292,11 @@ extern const PassInfo *LowerInvokePassID; ...@@ -292,6 +292,11 @@ extern const PassInfo *LowerInvokePassID;
/// pass, which lowers garbage collection intrinsics to normal LLVM code. /// pass, which lowers garbage collection intrinsics to normal LLVM code.
/// ///
FunctionPass *createLowerGCPass(); FunctionPass *createLowerGCPass();
//===----------------------------------------------------------------------===//
// Returns a pass which converts all instances of ConstantExpression
// into regular LLVM instructions.
FunctionPass* createLowerConstantExpressionsPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment