summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb (patch)
treec6612e18e366e94506e5144a29fd395b980a351c /llvm/test/CodeGen/X86/ptr-rotate.ll
parentf9f7b5518ab21d0023fc73d233a4ef236f7e3846 (diff)
downloadbcm5719-llvm-2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb.tar.gz
bcm5719-llvm-2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb.zip
Add RORX code generation support
llvm-svn: 164674
Diffstat (limited to 'llvm/test/CodeGen/X86/ptr-rotate.ll')
-rw-r--r--llvm/test/CodeGen/X86/ptr-rotate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/ptr-rotate.ll b/llvm/test/CodeGen/X86/ptr-rotate.ll
index 6debd16ba5d..fbd13b50364 100644
--- a/llvm/test/CodeGen/X86/ptr-rotate.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud