mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
Fixed diff comparison.
llvm-svn: 160076
This commit is contained in:
parent
4cbb37098a
commit
abb724e28d
@ -6,7 +6,7 @@
|
||||
; RUN: llvm-dis %t.bc -o - | tail -n +2 > %t.ll
|
||||
; RUN: llvm-as %t.ll -o %t2.bc
|
||||
; RUN: llvm-dis %t2.bc -o - | tail -n +2 > %t2.ll
|
||||
; RUN: diff %t.ll %t2.ll | not grep .*
|
||||
; RUN: llvm-diff %t.ll %t2.ll
|
||||
|
||||
define void @test() {
|
||||
%mem = alloca i32
|
||||
|
Loading…
Reference in New Issue
Block a user