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 | 850f7b3cdcd38cfc3d8679d9b856f5796f145422 (patch) | |
| tree | b7fb08c14028bbb1959f10f29a03e24db6a7d31d /llvm/test/Transforms/LoopSimplify | |
| parent | 34e1707fbbec87f1d978b892efccfdb73ff5068a (diff) | |
| download | bcm5719-llvm-850f7b3cdcd38cfc3d8679d9b856f5796f145422.tar.gz bcm5719-llvm-850f7b3cdcd38cfc3d8679d9b856f5796f145422.zip | |
Removed colons from some target datalayout strings in test, since they don't match the required format.
llvm-svn: 141825
Diffstat (limited to 'llvm/test/Transforms/LoopSimplify')
| -rw-r--r-- | llvm/test/Transforms/LoopSimplify/merge-exits.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopSimplify/merge-exits.ll b/llvm/test/Transforms/LoopSimplify/merge-exits.ll index e5e471766b9..40ad2f44e71 100644 --- a/llvm/test/Transforms/LoopSimplify/merge-exits.ll +++ b/llvm/test/Transforms/LoopSimplify/merge-exits.ll @@ -7,7 +7,7 @@ ; that indvars can promote the induction variable to i64 ; without needing casts. -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-n:32:64" +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" define float @t(float* %pTmp1, float* %peakWeight, i32 %bandEdgeIndex) nounwind { entry: |

