Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / CodeGen / Hexagon / combine_ir.ll
index 921ce9928e6d3a3a870d1a6d4313aab767539131..8b99ef715546253740409781cbb81a48c863ced8 100644 (file)
@@ -6,12 +6,7 @@ define void @word(i32* nocapture %a) nounwind {
 entry:
   %0 = load i32* %a, align 4, !tbaa !0
   %1 = zext i32 %0 to i64
-  %add.ptr = getelementptr inbounds i32* %a, i32 1
-  %2 = load i32* %add.ptr, align 4, !tbaa !0
-  %3 = zext i32 %2 to i64
-  %4 = shl nuw i64 %3, 32
-  %ins = or i64 %4, %1
-  tail call void @bar(i64 %ins) nounwind
+  tail call void @bar(i64 %1) nounwind
   ret void
 }