Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the getAttr...
[oota-llvm.git] / test / Transforms / CodeExtractor / 2004-11-12-InvokeExtract.ll
index 0460c19b7d17d7f03f647be4ed0bd6f05205cd37..92603d9e634ea83067b8c2435201db999867e543 100644 (file)
@@ -10,7 +10,7 @@ Cont:           ; preds = %EB
         ret i32 %V
 
 Unw:            ; preds = %EB
-        %exn = landingpad {i8*, i32} personality i32 (...)* @__gcc_personality_v0
+        %exn = landingpad { i8*, i32 } personality i32 (...)* @__gcc_personality_v0
                  catch i8* null
         resume { i8*, i32 } %exn
 }