[llvm-commits] [llvm] r160698 - /llvm/trunk/test/CodeGen/X86/inreg.ll

Rafael Espindola rafael.espindola at gmail.com
Tue Jul 24 14:55:05 PDT 2012


Author: rafael
Date: Tue Jul 24 16:55:04 2012
New Revision: 160698

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

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

Modified: llvm/trunk/test/CodeGen/X86/inreg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/inreg.ll?rev=160698&r1=160697&r2=160698&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/inreg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/inreg.ll Tue Jul 24 16:55:04 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
 
 %struct.s = type { double, float }
 





More information about the llvm-commits mailing list