From 0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Aug 2009 15:38:29 +0000 Subject: Remove obsolete -f flags. llvm-svn: 79992 --- llvm/test/ExecutionEngine/2003-01-09-SARTest.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/ExecutionEngine/2003-01-09-SARTest.ll') diff --git a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll b/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll index a9df7f2036b..81478972d57 100644 --- a/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-09-SARTest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null ; We were accidentally inverting the signedness of right shifts. Whoops. -- cgit v1.2.3