1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Don't redirect llvm-as's stderr to llvm-dis.

Change grep '' to grep {}.

llvm-svn: 44343
This commit is contained in:
Dan Gohman 2007-11-27 00:07:33 +00:00
parent d12155d8c8
commit 21665f8f17

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s |& llvm-dis |& grep 'align 1024'
; RUN: llvm-as < %s | llvm-dis |& grep {align 1024}
define i32 @test(i32* %arg) {
entry: