diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-12-02 22:02:20 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-12-02 22:02:20 +0000 |
| commit | 76bf386af0f8d63f46695e4b0ddbed8e5f364550 (patch) | |
| tree | 827f09438a7387e7d86a14434e08761c9075c108 /llvm | |
| parent | 845a87bd047c6892b13c85a1a4dc7213e2075cd0 (diff) | |
| download | bcm5719-llvm-76bf386af0f8d63f46695e4b0ddbed8e5f364550.tar.gz bcm5719-llvm-76bf386af0f8d63f46695e4b0ddbed8e5f364550.zip | |
Remove unnecessary check.
llvm-svn: 90352
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/unaligned-load.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/unaligned-load.ll b/llvm/test/CodeGen/X86/unaligned-load.ll index 7dddcda8dde..7778983e285 100644 --- a/llvm/test/CodeGen/X86/unaligned-load.ll +++ b/llvm/test/CodeGen/X86/unaligned-load.ll @@ -1,4 +1,3 @@ -; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic | not grep {movaps\t_.str3} ; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic | FileCheck %s @.str1 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, SOME STRING\00", align 8 |

