1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix a bug in the testcase

llvm-svn: 24579
This commit is contained in:
Chris Lattner 2005-12-03 17:20:57 +00:00
parent 1b8459d092
commit fec5a65507

View File

@ -1,4 +1,4 @@
; RUN: llvm-as %s | lli
; RUN: llvm-as < %s | lli
; PR672