Bug fix to RUN line

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-16 18:02:43 +00:00
parent 3115540870
commit 0af0dff8a0

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 }