mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -19,9 +19,9 @@
|
|||||||
#include "Support/CommandLine.h"
|
#include "Support/CommandLine.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
cl::opt<bool> PrintNo ("print-no-alias-results", cl::ReallyHidden);
|
cl::opt<bool> PrintNo ("print-no-aliases", cl::ReallyHidden);
|
||||||
cl::opt<bool> PrintMay ("print-may-alias-results", cl::ReallyHidden);
|
cl::opt<bool> PrintMay ("print-may-aliases", cl::ReallyHidden);
|
||||||
cl::opt<bool> PrintMust("print-must-alias-results", cl::ReallyHidden);
|
cl::opt<bool> PrintMust("print-must-aliases", cl::ReallyHidden);
|
||||||
|
|
||||||
class AAEval : public FunctionPass {
|
class AAEval : public FunctionPass {
|
||||||
unsigned No, May, Must;
|
unsigned No, May, Must;
|
||||||
|
Reference in New Issue
Block a user