Initial commit of the 'landingpad' instruction.
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 815f06202658ec2140c61dc17d1c3456c3e18238..ef4d3dba9effdbc863082731f7e7bf45680abe1e 100644 (file)
@@ -360,6 +360,7 @@ namespace llvm {
     bool ParseInsertElement(Instruction *&I, PerFunctionState &PFS);
     bool ParseShuffleVector(Instruction *&I, PerFunctionState &PFS);
     int ParsePHI(Instruction *&I, PerFunctionState &PFS);
+    bool ParseLandingPad(Instruction *&I, PerFunctionState &PFS);
     bool ParseCall(Instruction *&I, PerFunctionState &PFS, bool isTail);
     int ParseAlloc(Instruction *&I, PerFunctionState &PFS);
     int ParseLoad(Instruction *&I, PerFunctionState &PFS,