From 326edc579a7be09d13bd87b0bfce8744b46aa60d Mon Sep 17 00:00:00 2001 From: Stepan Dyatkovskiy Date: Wed, 11 Jul 2012 21:02:57 +0000 Subject: Fixed diff comparison. llvm-svn: 160076 --- llvm/test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll b/llvm/test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll index 4f51ba83b9d..583b9a853bd 100644 --- a/llvm/test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll +++ b/llvm/test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll @@ -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 -- cgit v1.2.3