[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / IndVarSimplify / ashr-tripcount.ll
index c1a4058cac0716e72fe77b519b1170b3f404f957..b47c8ad471841a7ae43d487e536e8cef36b1f11d 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: opt %s -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: grep sext %t | count 1
 
 ; Indvars should be able to eliminate all of the sign extensions
 ; inside the loop.
 
-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"
+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-n32:64"
 @pow_2_tab = external constant [0 x float]             ; <[0 x float]*> [#uses=1]
 @pow_2_025_tab = external constant [0 x float]         ; <[0 x float]*> [#uses=1]
 @i_pow_2_tab = external constant [0 x float]           ; <[0 x float]*> [#uses=1]