Remove dead option from tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2010-09-14 21:03:40 +00:00
parent 9d84fb3c91
commit 2a0fd011c2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt %s -jump-threading -S -enable-jump-threading-lvi | FileCheck %s
; RUN: opt %s -jump-threading -S | FileCheck %s
declare i32 @f1()
declare i32 @f2()