mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
Add warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4186e0ccd
commit
0e28eca4bc
@ -26,6 +26,12 @@
|
||||
// used for a subset of the programs, it must be specifically enabled by an
|
||||
// option.
|
||||
//
|
||||
// Note that after this pass runs the CFG is not entirely accurate (exceptional
|
||||
// control flow edges are not correct anymore) so only very simple things should
|
||||
// be done after the lowerinvoke pass has run (like generation of native code).
|
||||
// This should not be used as a general purpose "my LLVM-to-LLVM pass doesn't
|
||||
// support the invoke instruction yet" lowering pass.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
|
Loading…
Reference in New Issue
Block a user