diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 07:07:45 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-03-10 07:07:45 +0000 |
commit | e025908cf49dcaec5b673b58d14b92e27b831956 (patch) | |
tree | d5d81b8e6968738a27a04bffa8cf26c68663b841 | |
parent | c5cf227f3dac755508928b9dee8ac6a45dcb4e4f (diff) | |
download | external_llvm-e025908cf49dcaec5b673b58d14b92e27b831956.zip external_llvm-e025908cf49dcaec5b673b58d14b92e27b831956.tar.gz external_llvm-e025908cf49dcaec5b673b58d14b92e27b831956.tar.bz2 |
Unbreak test on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98141 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/pre-split6.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pre-split6.ll b/test/CodeGen/X86/pre-split6.ll index bbc3cef..837e238 100644 --- a/test/CodeGen/X86/pre-split6.ll +++ b/test/CodeGen/X86/pre-split6.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mattr=+sse2 -pre-alloc-split | grep {divsd 24} | count 1 +; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -pre-alloc-split | grep {divsd 24} | count 1 @current_surfaces.b = external global i1 ; <i1*> [#uses=1] |