llvm-6502/test/Analysis/BasicAA/2004-12-08-BasicAACrash2.ll
Alkis Evlogimenos c49741d047 Add testcase and fix for yet another case where we query the size an
abstract type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18678 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-08 23:56:15 +00:00

23 lines
819 B
LLVM

; RUN: llvm-as < %s | opt -dse
"java/lang/Object" = type { %struct.llvm_java_object_base }
"java/lang/StringBuffer" = type { "java/lang/Object", int, { "java/lang/Object", uint, [0 x ushort] }*, bool }
%struct.llvm_java_object_base = type opaque
implementation ; Functions:
void "java/lang/StringBuffer/ensureCapacity_unsynchronized(I)V"() {
bc0:
%tmp = getelementptr "java/lang/StringBuffer"* null, int 0, uint 3 ; <bool*> [#uses=1]
br bool false, label %bc16, label %bc7
bc16: ; preds = %bc0
%tmp91 = getelementptr "java/lang/StringBuffer"* null, int 0, uint 2 ; <{ "java/lang/Object", uint, [0 x ushort] }**> [#uses=1]
store { "java/lang/Object", uint, [0 x ushort] }* null, { "java/lang/Object", uint, [0 x ushort] }** %tmp91
store bool false, bool* %tmp
ret void
bc7: ; preds = %bc0
ret void
}