summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/bc-extract.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/bc-extract.ll')
-rw-r--r--test/CodeGen/X86/bc-extract.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/bc-extract.ll b/test/CodeGen/X86/bc-extract.ll
index ac972a8..ceabcb7 100644
--- a/test/CodeGen/X86/bc-extract.ll
+++ b/test/CodeGen/X86/bc-extract.ll
@@ -11,7 +11,7 @@ entry:
define float @extractFloat2() nounwind {
entry:
- ; CHECK: pxor %xmm0, %xmm0
+ ; CHECK: xorps %xmm0, %xmm0
%tmp4 = bitcast <1 x double> <double 0x000000003F800000> to <2 x float>
%tmp5 = extractelement <2 x float> %tmp4, i32 1
ret float %tmp5
OpenPOWER on IntegriCloud