diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-23 12:18:22 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-23 12:18:22 +0000 |
| commit | 0b3e996485947884cc9ea2a1d3c2bb50d24a140e (patch) | |
| tree | e388a2c1b963f021032d11b1d88c74299cd820c6 /llvm/test | |
| parent | 99fe42fbd9c31abd0a9238b4b253d89230d0978b (diff) | |
| download | bcm5719-llvm-0b3e996485947884cc9ea2a1d3c2bb50d24a140e.tar.gz bcm5719-llvm-0b3e996485947884cc9ea2a1d3c2bb50d24a140e.zip | |
test/CodeGen/X86/block-placement.ll: Add explicit -mtriple=i686-linux. X86 Win32 CodeGen does not support EH yet.
llvm-svn: 145101
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/block-placement.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/block-placement.ll b/llvm/test/CodeGen/X86/block-placement.ll index 782e1542513..891db5a8ce8 100644 --- a/llvm/test/CodeGen/X86/block-placement.ll +++ b/llvm/test/CodeGen/X86/block-placement.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 -enable-block-placement < %s | FileCheck %s +; RUN: llc -mtriple=i686-linux -enable-block-placement < %s | FileCheck %s declare void @error(i32 %i, i32 %a, i32 %b) |

