mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Change pass name to something sane
llvm-svn: 3946
This commit is contained in:
parent
fe9fba6f5b
commit
9cdbd428b0
@ -36,8 +36,7 @@ namespace {
|
||||
void InsertPreheaderForLoop(Loop *L);
|
||||
};
|
||||
|
||||
RegisterOpt<Preheaders> X("preheaders",
|
||||
"Insert a pre-header node for every loop in the CFG");
|
||||
RegisterOpt<Preheaders> X("preheaders", "Natural loop pre-header insertion");
|
||||
}
|
||||
|
||||
// Publically exposed interface to pass...
|
||||
|
Loading…
Reference in New Issue
Block a user