[llvm-commits] [llvm] r145057 - /llvm/trunk/test/CodeGen/X86/pr11415.ll

Rafael Espindola rafael.espindola at gmail.com
Mon Nov 21 22:36:25 PST 2011


Author: rafael
Date: Tue Nov 22 00:36:25 2011
New Revision: 145057

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

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

Modified: llvm/trunk/test/CodeGen/X86/pr11415.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr11415.ll?rev=145057&r1=145056&r2=145057&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr11415.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr11415.ll Tue Nov 22 00:36:25 2011
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - -regalloc=fast | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux %s -o - -regalloc=fast | FileCheck %s
 
 ; We used to consider the early clobber in the second asm statement as
 ; defining %0 before it was read. This caused us to omit the





More information about the llvm-commits mailing list