opt no longer reads .ll files. Run llvm-as explicitly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-08-27 22:41:58 +00:00
parent 3b2493e2a1
commit 21a82e6fc7
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
;
; RUN: opt -analyze %s -tddatastructure
; RUN: llvm-as < %s | opt -analyze -tddatastructure
%crazy = type [2 x { [2 x sbyte], short } ]
implementation