summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-11-22 06:36:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-11-22 06:36:25 +0000
commitc55e1af13746105eaa4567a907503a035ad5db6c (patch)
treec747d9c498e48ec583022f2d6accec7ee886d42f
parent2021f3828100fcaf4f7867879ab64ba8a036e826 (diff)
downloadbcm5719-llvm-c55e1af13746105eaa4567a907503a035ad5db6c.tar.gz
bcm5719-llvm-c55e1af13746105eaa4567a907503a035ad5db6c.zip
Add triple to the test.
llvm-svn: 145057
-rw-r--r--llvm/test/CodeGen/X86/pr11415.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr11415.ll b/llvm/test/CodeGen/X86/pr11415.ll
index 92c530bb9e7..e1fa0326b76 100644
--- a/llvm/test/CodeGen/X86/pr11415.ll
+++ b/llvm/test/CodeGen/X86/pr11415.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - -regalloc=fast | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux %s -o - -regalloc=fast | FileCheck %s
; We used to consider the early clobber in the second asm statement as
; defining %0 before it was read. This caused us to omit the
OpenPOWER on IntegriCloud