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 | fdb00a9bdb908859cf491c2cef805f5fbee3bfc9 (patch) | |
tree | 8ef923c25076dd2cf3c03a4c1c748d0be4b2dc50 /test/CodeGen/X86/pr11415.ll | |
parent | 254a13282c97469973b4fa8cc0e110ed6160642c (diff) |
Add triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr11415.ll')
-rw-r--r-- | test/CodeGen/X86/pr11415.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr11415.ll b/test/CodeGen/X86/pr11415.ll index 92c530bb9e..e1fa0326b7 100644 --- a/test/CodeGen/X86/pr11415.ll +++ b/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 |