diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-05-26 18:00:32 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-05-26 18:00:32 +0000 |
commit | c48f7c212ec19553978fc3b361eb64971b94b1e4 (patch) | |
tree | f3634b953b43fe74d927f42eed839479874b9e1f | |
parent | 400b244339a577b4c48aca7f42a3f22f38fd3d17 (diff) | |
download | bcm5719-llvm-c48f7c212ec19553978fc3b361eb64971b94b1e4.tar.gz bcm5719-llvm-c48f7c212ec19553978fc3b361eb64971b94b1e4.zip |
Fix test on Windows.
llvm-svn: 132126
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-i1.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-i1.ll b/llvm/test/CodeGen/X86/fast-isel-i1.ll index 8e0196888f2..bea18a19500 100644 --- a/llvm/test/CodeGen/X86/fast-isel-i1.ll +++ b/llvm/test/CodeGen/X86/fast-isel-i1.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=x86 -fast-isel -fast-isel-abort | FileCheck %s -; RUN: llc < %s -march=x86-64 -fast-isel -fast-isel-abort | FileCheck %s +; RUN: llc < %s -mtriple=i686-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin10 -fast-isel -fast-isel-abort | FileCheck %s declare i32 @test1a(i32) |