mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 07:24:47 +00:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user