diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-21 17:28:42 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-21 17:28:42 +0000 |
commit | 5cc101ec897ea185088f3c1dbff88789ddd04cdb (patch) | |
tree | 67383144274178cebb3b17b87d821ee4a35f231a /test/CodeGen | |
parent | 7a0e6593d03bd2dd21c3ac7dcf189f1da86b16da (diff) | |
download | external_llvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.zip external_llvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.tar.gz external_llvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.tar.bz2 |
getelementptr doesn't work on x86-64 yet, because it
has MOV64ri32 and no plain MOV64ri.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/fast-isel.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll index f74e97e..601e385 100644 --- a/test/CodeGen/X86/fast-isel.ll +++ b/test/CodeGen/X86/fast-isel.ll @@ -1,5 +1,4 @@ ; RUN: llvm-as < %s | llc -fast-isel -march=x86 -; RUN: llvm-as < %s | llc -fast-isel -march=x86-64 ; This tests very minimal fast-isel functionality. |