1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Bug fix to RUN line

llvm-svn: 2923
This commit is contained in:
Chris Lattner 2002-07-16 18:02:43 +00:00
parent 01b0cf5ea1
commit 2c5c3c626a

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 }