[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / MemCpyOpt / 2008-02-24-MultipleUseofSRet.ll
index 00ac34d93e799d81d2ad6aaef6fc1849e8517145..f73addd62687a37e59607a7487378b9385df28a9 100644 (file)
@@ -8,9 +8,9 @@ target triple = "i386-pc-linux-gnu"
 
 define internal fastcc void @initialize(%0* noalias nocapture sret %agg.result) nounwind {
 entry:
-  %agg.result.03 = getelementptr %0* %agg.result, i32 0, i32 0
+  %agg.result.03 = getelementptr %0, %0* %agg.result, i32 0, i32 0
   store x86_fp80 0xK00000000000000000000, x86_fp80* %agg.result.03
-  %agg.result.15 = getelementptr %0* %agg.result, i32 0, i32 1
+  %agg.result.15 = getelementptr %0, %0* %agg.result, i32 0, i32 1
   store x86_fp80 0xK00000000000000000000, x86_fp80* %agg.result.15
   ret void
 }