aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-09 05:55:14 +0000
committerChris Lattner <sabre@nondot.org>2010-02-09 05:55:14 +0000
commit97dce2a9aa3ec4468c700899bdec91439ec8ae3f (patch)
tree669fc4a729525c0f0dbba2bc6189232816dddd3e
parent1728472726d61e9a17eda48bd11ec4af0bfeafb8 (diff)
move PR3462 to here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95650 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README-UNIMPLEMENTED.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/README-UNIMPLEMENTED.txt b/lib/Target/X86/README-UNIMPLEMENTED.txt
index 69dc8ee1af..c26c75ab95 100644
--- a/lib/Target/X86/README-UNIMPLEMENTED.txt
+++ b/lib/Target/X86/README-UNIMPLEMENTED.txt
@@ -11,4 +11,4 @@ which would be great.
2) vector comparisons
3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688
4) bitcasts from vectors to scalars: PR2804
-
+5) llvm.atomic.cmp.swap.i128.p0i128: PR3462