From: David Blaikie Date: Mon, 30 Jun 2014 20:26:12 +0000 (+0000) Subject: Remove unnecessary datalayout string from a test case. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0e2313c1c8c8e335e41f4d7193da26b8d4efb05f;p=oota-llvm.git Remove unnecessary datalayout string from a test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212063 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/ArgumentPromotion/dbg.ll b/test/Transforms/ArgumentPromotion/dbg.ll index a991bbc2212..bd82cb4c16c 100644 --- a/test/Transforms/ArgumentPromotion/dbg.ll +++ b/test/Transforms/ArgumentPromotion/dbg.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -argpromotion -S | FileCheck %s ; CHECK: call void @test(), !dbg !1 -target datalayout = "E-p:64:64:64-a0:0:8-f32:32:32-f64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-v64:64:64-v128:128:128" + define internal void @test(i32* %X) { ret void }