From 966112323faca55aeeaed7826294618504b2966a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 May 2002 18:32:40 +0000 Subject: [PATCH] We currently don't allow unresolved opaque types! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2453 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-01-24-ValueRefineAbsType.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Assembler/2002-01-24-ValueRefineAbsType.ll b/test/Assembler/2002-01-24-ValueRefineAbsType.ll index c833c001cb2..0d97c45b276 100644 --- a/test/Assembler/2002-01-24-ValueRefineAbsType.ll +++ b/test/Assembler/2002-01-24-ValueRefineAbsType.ll @@ -20,5 +20,7 @@ declare void "foo"(%bb) %bb = type int +%exception_descriptor = type int + implementation