Add a triple to the test.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Jul 2012 21:55:04 +0000 (21:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 24 Jul 2012 21:55:04 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160698 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/inreg.ll

index 89810339a6c03a76c8692988822f13a957010bb3..213f01dc666b4bb8ab685c1f43f7ed14b3aa660b 100644 (file)
@@ -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 }