mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 01:54:21 +00:00
Rename options
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
72d29a4b00
commit
02896c97ff
@ -19,9 +19,9 @@
|
||||
#include "Support/CommandLine.h"
|
||||
|
||||
namespace {
|
||||
cl::opt<bool> PrintNo ("print-no-alias-results", cl::ReallyHidden);
|
||||
cl::opt<bool> PrintMay ("print-may-alias-results", cl::ReallyHidden);
|
||||
cl::opt<bool> PrintMust("print-must-alias-results", cl::ReallyHidden);
|
||||
cl::opt<bool> PrintNo ("print-no-aliases", cl::ReallyHidden);
|
||||
cl::opt<bool> PrintMay ("print-may-aliases", cl::ReallyHidden);
|
||||
cl::opt<bool> PrintMust("print-must-aliases", cl::ReallyHidden);
|
||||
|
||||
class AAEval : public FunctionPass {
|
||||
unsigned No, May, Must;
|
||||
|
Loading…
x
Reference in New Issue
Block a user