LLVM  4.0.0
Macros | Functions
PPCBoolRetToInt.cpp File Reference
#include "PPC.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/OperandTraits.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/Use.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Pass.h"
#include <cassert>
Include dependency graph for PPCBoolRetToInt.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "bool-ret-to-int"
 

Functions

 INITIALIZE_PASS (PPCBoolRetToInt,"bool-ret-to-int","Convert i1 constants to i32 if they are returned", false, false) FunctionPass *llvm
 

Macro Definition Documentation

#define DEBUG_TYPE   "bool-ret-to-int"

Definition at line 61 of file PPCBoolRetToInt.cpp.

Function Documentation

INITIALIZE_PASS ( PPCBoolRetToInt  ,
"bool-ret-to-int"  ,
"Convert i1 constants to i32 if they are returned"  ,
false  ,
false   
)

Definition at line 270 of file PPCBoolRetToInt.cpp.