search for: basicblockv

Displaying 1 result from an estimated 1 matches for "basicblockv".

Did you mean: basicblock
2005 Aug 10
1
[LLVMdev] ValueTy not set appropriately in Value.h?
...structionVal value, the value stored is actually the 00138 /// Instruction opcode, so there are more than just these values possible here 00139 /// (and Instruction must be last). 00140 /// 00141 enum ValueTy { 00142 ArgumentVal, // This is an instance of Argument 00143 BasicBlockVal, // This is an instance of BasicBlock 00144 FunctionVal, // This is an instance of Function 00145 GlobalVariableVal, // This is an instance of GlobalVariable 00146 UndefValueVal, // This is an instance of UndefValue 00147 ConstantExprVal,...