llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 08:18:08 +0000 (08:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Nov 2012 08:18:08 +0000 (08:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168689 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/FPrintF.ll
test/Transforms/SimplifyLibCalls/FPuts.ll
test/Transforms/SimplifyLibCalls/SPrintF.ll

index 0cd086ab0bbac413e05983d698e695bc87cf52bc..100f31e54e79ae9801173f0ff7125981bdca3788 100644 (file)
@@ -4,7 +4,7 @@
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.
-target datalayout = "-p:64:64:64"
+target datalayout = "p:64:64:64"
 
        %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct._IO_FILE*, i32, i32, i32, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i32, [52 x i8] }
        %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
index 8be990024ac54a1951dc79021a8d295e6fcb1a5d..c3ca4a51588c49d485bb26e16e8ec1942d585ac5 100644 (file)
@@ -4,7 +4,7 @@
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.
-target datalayout = "-p:64:64:64"
+target datalayout = "p:64:64:64"
 
        %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_marker*, %struct._IO_FILE*, i32, i32, i32, i16, i8, [1 x i8], i8*, i64, i8*, i8*, i32, [52 x i8] }
        %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
index b152e00e5cd83636f39fb7e0aa89173db638e007..00ce52a6986fd671d28b1fd7bded8b927c0cc914 100644 (file)
@@ -5,7 +5,7 @@
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.
-target datalayout = "-p:64:64:64"
+target datalayout = "p:64:64:64"
 
 @hello = constant [6 x i8] c"hello\00"         ; <[6 x i8]*> [#uses=1]
 @null = constant [1 x i8] zeroinitializer              ; <[1 x i8]*> [#uses=1]