Add -mcpu to stackmap.ll

llvm-svn: 196051
This commit is contained in:
Andrew Trick 2013-12-01 18:17:05 +00:00
parent 6edca7d9bd
commit ca45c817c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim | FileCheck %s
;
; Note: Print verbose stackmaps using -debug-only=stackmaps.