summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-07-24 22:56:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-07-24 22:56:06 +0000
commita92cf29f0db58936d784a206e4aeaaa4040bd9c9 (patch)
tree27d06be886e36da442be993a21640a03b9756f3c /llvm
parent3c54128715c0b2e0ef3fef9a258a09af212d7184 (diff)
downloadbcm5719-llvm-a92cf29f0db58936d784a206e4aeaaa4040bd9c9.tar.gz
bcm5719-llvm-a92cf29f0db58936d784a206e4aeaaa4040bd9c9.zip
Add a cpu to the test. Should fix the atom bot.
llvm-svn: 160701
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/inreg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inreg.ll b/llvm/test/CodeGen/X86/inreg.ll
index 213f01dc666..a6a7ebada38 100644
--- a/llvm/test/CodeGen/X86/inreg.ll
+++ b/llvm/test/CodeGen/X86/inreg.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
+; RUN: llc < %s -mtriple=i686-pc-linux -mcpu=corei7 | FileCheck %s
%struct.s = type { double, float }
OpenPOWER on IntegriCloud