diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr3154.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pr3154.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr3154.ll b/llvm/test/CodeGen/X86/pr3154.ll index 5da88403802..fa788b2231f 100644 --- a/llvm/test/CodeGen/X86/pr3154.ll +++ b/llvm/test/CodeGen/X86/pr3154.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -disable-fp-elim +; RUN: llc < %s -mtriple=i386-pc-linux-gnu -mattr=+sse2 -relocation-model=pic -frame-pointer=all ; PR3154 define void @ff_flac_compute_autocorr_sse2(i32* %data, i32 %len, i32 %lag, double* %autoc) nounwind { |

