diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-22 06:36:25 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-11-22 06:36:25 +0000 |
| commit | c55e1af13746105eaa4567a907503a035ad5db6c (patch) | |
| tree | c747d9c498e48ec583022f2d6accec7ee886d42f | |
| parent | 2021f3828100fcaf4f7867879ab64ba8a036e826 (diff) | |
| download | bcm5719-llvm-c55e1af13746105eaa4567a907503a035ad5db6c.tar.gz bcm5719-llvm-c55e1af13746105eaa4567a907503a035ad5db6c.zip | |
Add triple to the test.
llvm-svn: 145057
| -rw-r--r-- | llvm/test/CodeGen/X86/pr11415.ll | 2 |
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 |

