From 91948d4cad557dea2c1c42224dd7c850ed6ed825 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 14 Apr 2007 20:13:02 +0000 Subject: For PR1319: Upgrade tests to work with new llvm.exp version of llvm_runtest. llvm-svn: 36013 --- llvm/test/Transforms/InstCombine/apint-xor1.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/test/Transforms/InstCombine/apint-xor1.ll') diff --git a/llvm/test/Transforms/InstCombine/apint-xor1.ll b/llvm/test/Transforms/InstCombine/apint-xor1.ll index 35cf6ae8225..5ddf5cf9c9b 100644 --- a/llvm/test/Transforms/InstCombine/apint-xor1.ll +++ b/llvm/test/Transforms/InstCombine/apint-xor1.ll @@ -1,8 +1,7 @@ ; This test makes sure that xor instructions are properly eliminated. ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0. -; RUN: llvm-as < %s | opt -instcombine -disable-output && -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'xor ' +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {xor } define i47 @test1(i47 %A, i47 %B) { -- cgit v1.2.3