diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-07-24 22:56:06 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-07-24 22:56:06 +0000 |
| commit | a92cf29f0db58936d784a206e4aeaaa4040bd9c9 (patch) | |
| tree | 27d06be886e36da442be993a21640a03b9756f3c /llvm | |
| parent | 3c54128715c0b2e0ef3fef9a258a09af212d7184 (diff) | |
| download | bcm5719-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.ll | 2 |
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 } |

