[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / sse3-avx-addsub.ll
index d7874e4145eed74bb4d2fa19bdad12dd47e74b6c..4852491e46a5693a44bd037c009ec6bf8b44185b 100644 (file)
@@ -3,7 +3,7 @@
 
 ; Test ADDSUB ISel patterns.
 
-; All the functions below are obtained from the following source:
+; Functions below are obtained from the following source:
 ;
 ; typedef double double2 __attribute__((ext_vector_type(2)));
 ; typedef double double4 __attribute__((ext_vector_type(4)));
@@ -19,7 +19,7 @@
 ; float8 test2(float8 A, float8 B) {
 ;   float8 X = A - B;
 ;   float8 Y = A + B;
-;   return (float8){X[0], Y[1], X[2], Y[3], X[4], Y[5], X[6], [7]};
+;   return (float8){X[0], Y[1], X[2], Y[3], X[4], Y[5], X[6], Y[7]};
 ; }
 ;
 ; double4 test3(double4 A, double4 B) {