Add a missing run line

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17519 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-06 21:03:41 +00:00
parent a9236a8d4b
commit 465743140a
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
; RUN: llvm-as < %s | opt -anders-aa -aa-eval
implementation

View File

@ -1,3 +1,4 @@
; RUN: llvm-as < 2002-11-04-ConstantSharing.ll | opt -raise | llvm-dis | not grep cast
implementation