X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2009-03-31-CallGraph.ll;h=864903cffba2452e461f47e26fcb5c49eb0379ed;hb=5d9450f92f559bec20ef2ce253ab7bdf5e75216b;hp=43578be2d92cb4be171b62ac13ae11e5b507a560;hpb=28c531cdbb403c59f492d3361ec9e8581f2a7ab2;p=oota-llvm.git diff --git a/test/Other/2009-03-31-CallGraph.ll b/test/Other/2009-03-31-CallGraph.ll index 43578be2d92..864903cffba 100644 --- a/test/Other/2009-03-31-CallGraph.ll +++ b/test/Other/2009-03-31-CallGraph.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -prune-eh -disable-output +; RUN: opt < %s -inline -prune-eh -disable-output define void @f2() { invoke void @f6() to label %ok1 unwind label %lpad1 @@ -15,6 +15,8 @@ ok2: unreachable lpad2: + %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 + cleanup unreachable } @@ -29,3 +31,4 @@ declare void @f6() nounwind declare void @f8() +declare i32 @__gxx_personality_v0(...)