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
This commit is contained in:
Lang Hames
2011-10-12 22:24:17 +00:00
parent 10a8c62d46
commit 68df750a4f
17 changed files with 17 additions and 17 deletions

View File

@@ -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()