diff options
author | Robert Muth <robertm@chromium.org> | 2012-09-17 15:27:33 -0400 |
---|---|---|
committer | Robert Muth <robertm@chromium.org> | 2012-09-17 15:27:33 -0400 |
commit | 8d211d5b87f167bfa4ddedc81b039c94e192f3ca (patch) | |
tree | d0c983deb0720e0eac757e9a3ae7bdda52b2d35f /include/llvm/Transforms/Scalar.h | |
parent | 0365986a33ef5d04ea505cf1d73299386f01fdf9 (diff) |
Add a pass to llvm to rewrite the bitcode in an
arch specific way to mimic the native calling convention.
The goal is to make this good enough for ppapi interfaces.
Review URL: https://chromiumcodereview.appspot.com/10912128
Diffstat (limited to 'include/llvm/Transforms/Scalar.h')
-rw-r--r-- | include/llvm/Transforms/Scalar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 3dce6fe37f..29b5233e22 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -366,7 +366,7 @@ extern char &InstructionSimplifierID; // "block_weights" metadata. FunctionPass *createLowerExpectIntrinsicPass(); - +FunctionPass *createNaClCcRewritePass(const TargetLowering *TLI = 0); } // End llvm namespace #endif |