Forgot setting -march.

llvm-svn: 146244
This commit is contained in:
Evan Cheng 2011-12-09 06:15:00 +00:00
parent 0b84291222
commit 5895fa79d6
1 changed files with 1 additions and 1 deletions

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