diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-03-20 17:20:46 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-03-20 17:20:46 +0000 |
| commit | 58a7c9fd3ed519f034416a0b13d39cef5e40c280 (patch) | |
| tree | d7508a9d2adcde63ac4794e2b965766ffc33ffc0 /llvm/test | |
| parent | a854174a23f00a4ec4faeb2a207ccfa38167d320 (diff) | |
| download | bcm5719-llvm-58a7c9fd3ed519f034416a0b13d39cef5e40c280.tar.gz bcm5719-llvm-58a7c9fd3ed519f034416a0b13d39cef5e40c280.zip | |
Fix test.
llvm-svn: 153095
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/avx-vinsertf128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx-vinsertf128.ll b/llvm/test/CodeGen/X86/avx-vinsertf128.ll index 3e86a2ae5ea..9a954fe8047 100644 --- a/llvm/test/CodeGen/X86/avx-vinsertf128.ll +++ b/llvm/test/CodeGen/X86/avx-vinsertf128.ll @@ -117,7 +117,7 @@ entry: ret <8 x float> %2 } -rdar://11076953 +; rdar://11076953 ; CHECK: vinsertf128_ucombine define <8 x float> @vinsertf128_ucombine(float* nocapture %f) nounwind uwtable readonly ssp { ; CHECK-NOT: vmovups |

