We currently don't allow unresolved opaque types!
authorChris Lattner <sabre@nondot.org>
Fri, 3 May 2002 18:32:40 +0000 (18:32 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 May 2002 18:32:40 +0000 (18:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2453 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-01-24-ValueRefineAbsType.ll

index c833c001cb2b4a34890d60f98c980b5149d6c671..0d97c45b2764ab1d81bf583f4e195e0593300f62 100644 (file)
@@ -20,5 +20,7 @@ declare void "foo"(%bb)
 
 %bb = type int
 
+%exception_descriptor = type int
+
 implementation