From: Owen Anderson Date: Thu, 16 Sep 2010 18:46:23 +0000 (+0000) Subject: Add missing RUN line to this test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b86f57c606911cafb4d0fba5dd848e6bb6fbc0fb;p=oota-llvm.git Add missing RUN line to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll b/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll index bc4e921ccca..9ccc7870631 100644 --- a/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll +++ b/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll @@ -1,6 +1,4 @@ -; ModuleID = 'bugpoint-reduced-simplified.bc' -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-darwin11.0.0" +; RUN: opt < %s -jump-threading -correlated-propagation %struct.S2 = type {}