summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rot16.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-22 02:28:04 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-22 02:28:04 +0000
commitca3c03a16716194bbc81614b410b00e6cee341da (patch)
tree2d5cc4fceae927e00d67e8901c8876f355448a95 /test/CodeGen/X86/rot16.ll
parent709a31b5f91dbcef6e2fa984053bc35f494aca53 (diff)
downloadllvm-ca3c03a16716194bbc81614b410b00e6cee341da.tar.gz
llvm-ca3c03a16716194bbc81614b410b00e6cee341da.tar.bz2
llvm-ca3c03a16716194bbc81614b410b00e6cee341da.tar.xz
Tweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu=generic since r195383.
They failed on bdver2 buildslave. FIXME: FileCheck-ize them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195407 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/rot16.ll')
-rw-r--r--test/CodeGen/X86/rot16.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rot16.ll b/test/CodeGen/X86/rot16.ll
index 0293f4e211..6d7c702afc 100644
--- a/test/CodeGen/X86/rot16.ll
+++ b/test/CodeGen/X86/rot16.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=generic | FileCheck %s
define i16 @foo(i16 %x, i16 %y, i16 %z) nounwind readnone {
entry: