Bug fix to RUN line

llvm-svn: 2923
This commit is contained in:
Chris Lattner 2002-07-16 18:02:43 +00:00
parent 81264e6bed
commit cd399a7f1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; as < %s | opt -raise
; RUN: as < %s | opt -raise
%Tree = type %struct.tree*
%struct.tree = type { int, double, double, %Tree, %Tree, %Tree, %Tree }