Fix "the the" in comments.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-align.ll
index 3d98dcc1fb2c13a10f8f75c3df5547245d1c2d93..39085db953163f89c1f305233d779754e8e2e67a 100644 (file)
@@ -51,7 +51,7 @@ entry:
 ; ARM: @word_aligned_f64_store
 ; THUMB: @word_aligned_f64_store
   %add = fadd double %a, %b
-  store double %add, double* getelementptr inbounds (%struct.anon.0* @foo_unpacked, i32 0, i32 0), align 4
+  store double %add, double* getelementptr inbounds (%struct.anon.0, %struct.anon.0* @foo_unpacked, i32 0, i32 0), align 4
 ; ARM: vstr d16, [r0]
 ; THUMB: vstr d16, [r0]
   ret void