[llvm] r237723 - Fix MIR testcase committed in r237708 - remove target triple.

Alex Lorenz arphaman at gmail.com
Tue May 19 13:51:48 PDT 2015


Author: arphaman
Date: Tue May 19 15:51:48 2015
New Revision: 237723

URL: http://llvm.org/viewvc/llvm-project?rev=237723&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/MIR/llvmIR.mir

Modified: llvm/trunk/test/CodeGen/MIR/llvmIR.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MIR/llvmIR.mir?rev=237723&r1=237722&r2=237723&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/MIR/llvmIR.mir (original)
+++ llvm/trunk/test/CodeGen/MIR/llvmIR.mir Tue May 19 15:51:48 2015
@@ -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





More information about the llvm-commits mailing list