diff options
author | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:24:51 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:24:51 +0000 |
commit | 6bcdb5b9034a02901175e94e89b4815f28f2f141 (patch) | |
tree | b4eafe7688a6cbe61a12f73f602af37534e277a5 /test/CodeGen/X86/ptr-rotate.ll | |
parent | 0832a72a662043efad72f090023a19156974fc0c (diff) | |
download | external_llvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.zip external_llvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.tar.gz external_llvm-6bcdb5b9034a02901175e94e89b4815f28f2f141.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ptr-rotate.ll b/test/CodeGen/X86/ptr-rotate.ll index 6debd16..fbd13b5 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: |