[llvm-commits] [llvm] r153818 - /llvm/trunk/test/CodeGen/X86/pr12360.ll

Rafael Espindola rafael.espindola at gmail.com
Sat Mar 31 11:59:08 PDT 2012


Author: rafael
Date: Sat Mar 31 13:59:07 2012
New Revision: 153818

URL: http://llvm.org/viewvc/llvm-project?rev=153818&view=rev
Log:
Add a triple to the test.

Modified:
    llvm/trunk/test/CodeGen/X86/pr12360.ll

Modified: llvm/trunk/test/CodeGen/X86/pr12360.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr12360.ll?rev=153818&r1=153817&r2=153818&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr12360.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr12360.ll Sat Mar 31 13:59:07 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
 
 define zeroext i1 @f1(i8* %x) {
 entry:





More information about the llvm-commits mailing list