From edde50331d74ca945f43a89a2ecd03aec200972c Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Tue, 19 May 2015 20:51:48 +0000 Subject: [PATCH] Fix MIR testcase committed in r237708 - remove target triple. Remove the target specific triple and datalayout from the llvm IR in the MIR testcase file. llvm-svn: 237723 --- llvm/test/CodeGen/MIR/llvmIR.mir | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/CodeGen/MIR/llvmIR.mir b/llvm/test/CodeGen/MIR/llvmIR.mir index 64582bc21328..7a7b46b62638 100644 --- a/llvm/test/CodeGen/MIR/llvmIR.mir +++ b/llvm/test/CodeGen/MIR/llvmIR.mir @@ -3,9 +3,6 @@ # correctly. --- | - target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" - target triple = "x86_64-apple-darwin14.3.0" - ; CHECK: define i32 @foo(i32 %x, i32 %y) ; CHECK: %z = alloca i32, align 4 ; CHECK: store i32 %x, i32* %z, align 4