1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Paul Robinson 189e175394 Disable most IR-level transform passes on functions marked 'optnone'.
Ideally only those transform passes that run at -O0 remain enabled,
in reality we get as close as we reasonably can.
Passes are responsible for disabling themselves, it's not the job of
the pass manager to do it for them.

llvm-svn: 200892
2014-02-06 00:07:05 +00:00
..
llvm Disable most IR-level transform passes on functions marked 'optnone'. 2014-02-06 00:07:05 +00:00
llvm-c Fix known typos 2014-01-24 17:20:08 +00:00