diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll b/llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll index 7ed59c2fd58..bf9252a349e 100644 --- a/llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll +++ b/llvm/test/Transforms/InstCombine/2006-09-11-EmptyStructCrash.ll @@ -1,5 +1,6 @@ ; PR905 ; RUN: llvm-as < %s | opt -instcombine -disable-output +; END. %RPYTHON_EXCEPTION = type { %RPYTHON_EXCEPTION_VTABLE* } %RPYTHON_EXCEPTION_VTABLE = type { %RPYTHON_EXCEPTION_VTABLE*, i32, i32, %RPyOpaque_RuntimeTypeInfo*, %arraytype_Char*, %functiontype_12* } |