Forgot setting -march.

llvm-svn: 146244
This commit is contained in:
Evan Cheng 2011-12-09 06:15:00 +00:00
parent 18c74d444a
commit 2c8bac6b4c

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mcpu=corei7-avx -mattr=+avx
; RUN: llc < %s -march=x86-64 -mcpu=corei7-avx -mattr=+avx
; Various missing patterns causing crashes.
; rdar://10538793