llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
[oota-llvm.git] / test / Transforms / SimplifyLibCalls / SPrintF.ll
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]