Add missing triple in my previous commit!

llvm-svn: 262760
This commit is contained in:
Quentin Colombet 2016-03-04 23:36:32 +00:00
parent 13b524597d
commit fb5be7a37f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; RUN: llc -mattr=+cx16 -x86-use-base-pointer=true -stackrealign -stack-alignment=32 %s -o - | FileCheck --check-prefix=CHECK --check-prefix=USE_BASE %s
; RUN: llc -mattr=+cx16 -x86-use-base-pointer=false -stackrealign -stack-alignment=32 %s -o - | FileCheck --check-prefix=CHECK --check-prefix=DONT_USE_BASE %s
target triple = "x86_64-apple-macosx"
; This function uses dynamic allocated stack to force the use
; of a frame pointer.