Add target triple so test doesn't fail on Windows machines.

llvm-svn: 131439
This commit is contained in:
Evan Cheng 2011-05-17 00:15:58 +00:00
parent 83ba150f3a
commit 54459240e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86-64 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
; Common "xorb al, al" instruction in the two successor blocks should be
; moved to the entry block above the test + je.