getelementptr doesn't work on x86-64 yet, because it

has MOV64ri32 and no plain MOV64ri.

llvm-svn: 55126
This commit is contained in:
Dan Gohman 2008-08-21 17:28:42 +00:00
parent efb7d2d03d
commit cdf1a276e3
1 changed files with 0 additions and 1 deletions

View File

@ -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.