1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Make the test pass by using the correct RUN: syntax.

llvm-svn: 13848
This commit is contained in:
Reid Spencer 2004-05-27 20:49:16 +00:00
parent 4b96ba79aa
commit 8e4807ce62

View File

@ -1,7 +1,7 @@
; New testcase, this contains a bunch of simple instructions that should be
; handled by a code generator.
; RUN: llvm-as < %S | llc
; RUN: llvm-as < %s | llc
int %add(int %A, int %B) {
%R = add int %A, %B