mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Add regression
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18624 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b463b261e
commit
f08e961439
14
test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll
Normal file
14
test/Transforms/InstCombine/2004-12-08-InstCombineCrash.ll
Normal file
@ -0,0 +1,14 @@
|
||||
; RUN: llvm-as %s -o - | opt -instcombine
|
||||
|
||||
%struct.llvm_java_object_base = type opaque
|
||||
"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 }
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
void "java/lang/StringBuffer/append(Ljava/lang/String;)Ljava/lang/StringBuffer;"() {
|
||||
bc0:
|
||||
%tmp53 = getelementptr "java/lang/StringBuffer"* null, int 0, uint 1 ; <int*> [#uses=1]
|
||||
store int 0, int* %tmp53
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user