summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-05-19 20:51:48 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-05-19 20:51:48 +0000
commitedde50331d74ca945f43a89a2ecd03aec200972c (patch)
tree3c92fb720b5f1c40ee9796584a091319412dfcdf /llvm
parentf0cd2b49f541441dbe35f893a9d81f47878231ec (diff)
downloadbcm5719-llvm-edde50331d74ca945f43a89a2ecd03aec200972c.tar.gz
bcm5719-llvm-edde50331d74ca945f43a89a2ecd03aec200972c.zip
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
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/MIR/llvmIR.mir3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/MIR/llvmIR.mir b/llvm/test/CodeGen/MIR/llvmIR.mir
index 64582bc2132..7a7b46b6263 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
OpenPOWER on IntegriCloud