summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-09-14 21:03:40 +0000
committerOwen Anderson <resistor@mac.com>2010-09-14 21:03:40 +0000
commitf6fe577e881fa1c3da9098e94f968c4400570578 (patch)
tree0fd31a4692437cde4043744ed13421656e5f9789 /llvm
parentdd29db5635a585ac6c034231140c43c608f84748 (diff)
downloadbcm5719-llvm-f6fe577e881fa1c3da9098e94f968c4400570578.tar.gz
bcm5719-llvm-f6fe577e881fa1c3da9098e94f968c4400570578.zip
Remove dead option from tests.
llvm-svn: 113855
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/JumpThreading/2010-08-26-and.ll2
-rw-r--r--llvm/test/Transforms/JumpThreading/basic.ll2
-rw-r--r--llvm/test/Transforms/JumpThreading/lvi-load.ll2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/JumpThreading/2010-08-26-and.ll b/llvm/test/Transforms/JumpThreading/2010-08-26-and.ll
index 17a0aba2fae..2d6caf752e0 100644
--- a/llvm/test/Transforms/JumpThreading/2010-08-26-and.ll
+++ b/llvm/test/Transforms/JumpThreading/2010-08-26-and.ll
@@ -1,4 +1,4 @@
-; RUN: opt -jump-threading -enable-jump-threading-lvi -S < %s | FileCheck %s
+; RUN: opt -jump-threading -S < %s | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-apple-darwin10.0.0"
diff --git a/llvm/test/Transforms/JumpThreading/basic.ll b/llvm/test/Transforms/JumpThreading/basic.ll
index cd274e78c9f..46271379bd0 100644
--- a/llvm/test/Transforms/JumpThreading/basic.ll
+++ b/llvm/test/Transforms/JumpThreading/basic.ll
@@ -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()
diff --git a/llvm/test/Transforms/JumpThreading/lvi-load.ll b/llvm/test/Transforms/JumpThreading/lvi-load.ll
index 0bf4187d544..2a4cf925102 100644
--- a/llvm/test/Transforms/JumpThreading/lvi-load.ll
+++ b/llvm/test/Transforms/JumpThreading/lvi-load.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -jump-threading -enable-jump-threading-lvi -dce < %s | FileCheck %s
+; RUN: opt -S -jump-threading -dce < %s | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
target triple = "x86_64-apple-darwin10.4"
OpenPOWER on IntegriCloud