For PR1319: Upgrade to use new test harness

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-04-15 18:40:57 +00:00
parent 601e845d60
commit 65f47a3a05
17 changed files with 54 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
; Make sure this testcase codegens the bsr instruction
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep 'bsr'
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep bsr
implementation