summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-21 17:28:42 +0000
committerDan Gohman <gohman@apple.com>2008-08-21 17:28:42 +0000
commit5cc101ec897ea185088f3c1dbff88789ddd04cdb (patch)
tree67383144274178cebb3b17b87d821ee4a35f231a /test
parent7a0e6593d03bd2dd21c3ac7dcf189f1da86b16da (diff)
downloadllvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.tar.gz
llvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.tar.bz2
llvm-5cc101ec897ea185088f3c1dbff88789ddd04cdb.tar.xz
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')
-rw-r--r--test/CodeGen/X86/fast-isel.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel.ll b/test/CodeGen/X86/fast-isel.ll
index f74e97e4d3..601e38578c 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.