LoweringPass Struct Reference


Public Member Functions

 LoweringPass ()
virtual bool runOnModule (llvm::Module &m)

Static Public Attributes

static char ID = 0

Detailed Description

Definition at line 7 of file loweringpass.h.


Constructor & Destructor Documentation

LoweringPass::LoweringPass (  ) 

Definition at line 8 of file loweringpass.cpp.

00009    :  ModulePass((intptr_t)&ID)
00010 {
00011 }


Member Function Documentation

virtual bool LoweringPass::runOnModule ( llvm::Module &  m  )  [virtual]


Field Documentation

char LoweringPass::ID = 0 [static]

Definition at line 9 of file loweringpass.h.


The documentation for this struct was generated from the following files:
Generated on Tue Sep 29 06:26:03 2009 for Gallium3D by  doxygen 1.5.4