Add a target triple.

llvm-svn: 108003
This commit is contained in:
Dan Gohman 2010-07-09 19:17:36 +00:00
parent 741e5cea77
commit ea9ae3e6ed
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
; MachineLICM should be able to hoist the symbolic addresses out of
; the inner loops.