LLVM 19.0.0git
Variables
PPCMachineFunctionInfo.cpp File Reference
#include "PPCMachineFunctionInfo.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/XCOFF.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/MC/MCContext.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Variables

static cl::opt< boolPPCDisableNonVolatileCR ("ppc-disable-non-volatile-cr", cl::desc("Disable the use of non-volatile CR register fields"), cl::init(false), cl::Hidden)
 

Variable Documentation

◆ PPCDisableNonVolatileCR

cl::opt< bool > PPCDisableNonVolatileCR("ppc-disable-non-volatile-cr", cl::desc("Disable the use of non-volatile CR register fields"), cl::init(false), cl::Hidden) ( "ppc-disable-non-volatile-cr"  ,
cl::desc("Disable the use of non-volatile CR register fields")  ,
cl::init(false)  ,
cl::Hidden   
)
static