projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b0d53
)
Fix MIR testcase committed in r237708 - remove target triple.
author
Alex Lorenz
<arphaman@gmail.com>
Tue, 19 May 2015 20:51:48 +0000
(20:51 +0000)
committer
Alex Lorenz
<arphaman@gmail.com>
Tue, 19 May 2015 20:51:48 +0000
(20:51 +0000)
Remove the target specific triple and datalayout from the
llvm IR in the MIR testcase file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237723
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/MIR/llvmIR.mir
patch
|
blob
|
history
diff --git
a/test/CodeGen/MIR/llvmIR.mir
b/test/CodeGen/MIR/llvmIR.mir
index 64582bc213287034fe029ca6c2d9910a317aea84..7a7b46b626386150d634cedbb621a9bd2621f720 100644
(file)
--- a/
test/CodeGen/MIR/llvmIR.mir
+++ b/
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