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 | 1fc999ec471184127a0807da43529fda63c84cef (patch) | |
tree | 61598fea277f29ee3caee23e053c803b78cc395a /test/CodeGen/X86/avx-vinsertf128.ll | |
parent | 33e528d44d8c9c9ad2ae49816a7ddb234446c08e (diff) |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-vinsertf128.ll')
-rw-r--r-- | test/CodeGen/X86/avx-vinsertf128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-vinsertf128.ll b/test/CodeGen/X86/avx-vinsertf128.ll index 3e86a2ae5e..9a954fe804 100644 --- a/test/CodeGen/X86/avx-vinsertf128.ll +++ b/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 |