summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ptr-rotate.ll
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-09-26 08:24:51 +0000
committerMichael Liao <michael.liao@intel.com>2012-09-26 08:24:51 +0000
commit6bcdb5b9034a02901175e94e89b4815f28f2f141 (patch)
treeb4eafe7688a6cbe61a12f73f602af37534e277a5 /test/CodeGen/X86/ptr-rotate.ll
parent0832a72a662043efad72f090023a19156974fc0c (diff)
downloadllvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.tar.gz
llvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.tar.bz2
llvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.tar.xz
Add RORX code generation support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ptr-rotate.ll')
-rw-r--r--test/CodeGen/X86/ptr-rotate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ptr-rotate.ll b/test/CodeGen/X86/ptr-rotate.ll
index 6debd16ba5..fbd13b5036 100644
--- a/test/CodeGen/X86/ptr-rotate.ll
+++ b/test/CodeGen/X86/ptr-rotate.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=i386-apple-darwin -o - < %s | FileCheck %s
+; RUN: llc -mtriple=i386-apple-darwin -mcpu=corei7 -o - < %s | FileCheck %s
define i32 @func(i8* %A) nounwind readnone {
entry: