Rename test so that we can run the disassembler on it.

llvm-svn: 4151
This commit is contained in:
Chris Lattner 2002-10-13 21:43:56 +00:00
parent a5841825fe
commit 88957b9bc0
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
; RUN: as < %s | dis
%Domain = type { sbyte*, %List_o_links*, %D_tree_leaf*, %Domain* }
%List_o_links = type { int, int, int, %List_o_links* }
%D_tree_leaf = type { %Domain*, int, %D_tree_leaf* }