Remove unnecessary datalayout string from a test case.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Jun 2014 20:26:12 +0000 (20:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Jun 2014 20:26:12 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212063 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ArgumentPromotion/dbg.ll

index a991bbc22122d58a5d3f8ca590e7e23d5d0e3da2..bd82cb4c16c40ff0dad94b48d1a5c9952143a2a6 100644 (file)
@@ -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
 }