summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/iv-fold.ll
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2011-10-12 22:24:17 +0000
committerLang Hames <lhames@gmail.com>2011-10-12 22:24:17 +0000
commit850f7b3cdcd38cfc3d8679d9b856f5796f145422 (patch)
treeb7fb08c14028bbb1959f10f29a03e24db6a7d31d /llvm/test/Transforms/IndVarSimplify/iv-fold.ll
parent34e1707fbbec87f1d978b892efccfdb73ff5068a (diff)
downloadbcm5719-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/IndVarSimplify/iv-fold.ll')
-rw-r--r--llvm/test/Transforms/IndVarSimplify/iv-fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/iv-fold.ll b/llvm/test/Transforms/IndVarSimplify/iv-fold.ll
index 27700798be8..2e191184225 100644
--- a/llvm/test/Transforms/IndVarSimplify/iv-fold.ll
+++ b/llvm/test/Transforms/IndVarSimplify/iv-fold.ll
@@ -1,6 +1,6 @@
; RUN: opt < %s -indvars -enable-iv-rewrite=false -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-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"
; Indvars should be able to fold IV increments into shr when low bits are zero.
;
OpenPOWER on IntegriCloud