diff options
author | Lang Hames <lhames@gmail.com> | 2011-10-12 22:24:17 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-10-12 22:24:17 +0000 |
commit | 68df750a4f96e1788adef5631281accca2c663cc (patch) | |
tree | 02a4d4b2ba7c414407ed1ab274fd761596001d50 /test/Transforms/LoopStrengthReduce | |
parent | 10a8c62d46bca8632fd827f3afc13235d81e47fd (diff) |
Removed colons from some target datalayout strings in test, since they don't match the required format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopStrengthReduce')
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Transforms/LoopStrengthReduce/invariant_value_first.ll b/test/Transforms/LoopStrengthReduce/invariant_value_first.ll index 986a55a3f6..2ca678761f 100644 --- a/test/Transforms/LoopStrengthReduce/invariant_value_first.ll +++ b/test/Transforms/LoopStrengthReduce/invariant_value_first.ll @@ -2,7 +2,7 @@ ; RUN: opt < %s -loop-reduce -S | \ ; RUN: not grep {getelementptr.*%outer.*%INDVAR} -target datalayout = "e-p:32:32:32-n:8:16:32" +target datalayout = "e-p:32:32:32-n8:16:32" declare i1 @pred() declare i32 @foo() diff --git a/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll b/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll index 1d43961c35..86c4d915a0 100644 --- a/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll +++ b/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll @@ -2,7 +2,7 @@ ; RUN: opt < %s -loop-reduce -S | \ ; RUN: not grep {getelementptr.*%outer.*%INDVAR} -target datalayout = "e-p:32:32:32-n:32" +target datalayout = "e-p:32:32:32-n32" declare i1 @pred() define void @test([10000 x i32]* %P, i32 %outer) { diff --git a/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll b/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll index 00bd068d0b..ec55179d64 100644 --- a/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll +++ b/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll @@ -3,7 +3,7 @@ ; RUN: opt < %s -loop-reduce -S | not grep INDVAR -target datalayout = "e-p:32:32:32-n:32" +target datalayout = "e-p:32:32:32-n32" declare i1 @pred() diff --git a/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll b/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll index 7547d83629..64ef4f951f 100644 --- a/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll +++ b/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll @@ -9,7 +9,7 @@ ; mul uint %i, 3 -target datalayout = "e-p:32:32-n:32" +target datalayout = "e-p:32:32-n32" target triple = "i686-apple-darwin8" @flags2 = external global [8193 x i8], align 32 ; <[8193 x i8]*> [#uses=1] |