Purpose of test is lost in upgrade.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32182 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-12-04 17:54:29 +00:00
parent 933ca310d0
commit 0b76b0b8dd

View File

@ -1,23 +0,0 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -lowersetjmp
%lldb.compile_unit = type { uint, ushort, ushort, sbyte*, sbyte*, sbyte*, { }* }
%d.compile_unit = external global %lldb.compile_unit ; <%lldb.compile_unit*> [#uses=1]
implementation ; Functions:
declare { }* %llvm.dbg.stoppoint({ }*, uint, uint, %lldb.compile_unit*)
declare void %llvm.longjmp(int*, int)
void %rb_iterate() {
entry:
br bool false, label %then.1, label %else.0
then.1: ; preds = %entry
call void %llvm.longjmp( int* null, int 0 )
%dbg.tmp.57 = call { }* %llvm.dbg.stoppoint( { }* null, uint 5056, uint 0, %lldb.compile_unit* %d.compile_unit ) ; <{ }*> [#uses=1]
store { }* %dbg.tmp.57, { }** null
ret void
else.0: ; preds = %entry
ret void
}