1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

fix typo noticed by sdt

llvm-svn: 57644
This commit is contained in:
Chris Lattner 2008-10-16 17:02:50 +00:00
parent 2fa8672ee6
commit 39f881ab69

View File

@ -9,6 +9,6 @@ which would be great.
1) vector shifts 1) vector shifts
2) vector comparisons 2) vector comparisons
3) vector fp<->int comparisons: PR2683, PR2684, PR2685, PR2686, PR2688 3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688
4) bitcasts from vectors to scalars: PR2804 4) bitcasts from vectors to scalars: PR2804