[llvm] r179970 - Remove tbaa metadata.

Bill Wendling isanbard at gmail.com
Sat Apr 20 18:38:25 PDT 2013


Author: void
Date: Sat Apr 20 20:38:25 2013
New Revision: 179970

URL: http://llvm.org/viewvc/llvm-project?rev=179970&view=rev
Log:
Remove tbaa metadata.

Modified:
    llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll

Modified: llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll?rev=179970&r1=179969&r2=179970&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll (original)
+++ llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll Sat Apr 20 20:38:25 2013
@@ -30,13 +30,13 @@ for.cond1.preheader:
 for.body3:                                        ; preds = %for.inc, %for.cond1.preheader
   %indvars.iv = phi i64 [ 0, %for.cond1.preheader ], [ %indvars.iv.next, %for.inc ]
   %image4 = getelementptr inbounds %"struct.dyld::MappedRanges"* %p.019, i64 0, i32 0, i64 %indvars.iv, i32 0
-  %0 = load %class.ImageLoader** %image4, align 8, !tbaa !0
+  %0 = load %class.ImageLoader** %image4, align 8
   %cmp5 = icmp eq %class.ImageLoader* %0, %image
   br i1 %cmp5, label %if.then, label %for.inc
 
 if.then:                                          ; preds = %for.body3
   tail call void @OSMemoryBarrier() optsize
-  store %class.ImageLoader* null, %class.ImageLoader** %image4, align 8, !tbaa !0
+  store %class.ImageLoader* null, %class.ImageLoader** %image4, align 8
   br label %for.inc
 
 for.inc:                                          ; preds = %if.then, %for.body3
@@ -47,14 +47,10 @@ for.inc:
 
 for.inc10:                                        ; preds = %for.inc
   %next = getelementptr inbounds %"struct.dyld::MappedRanges"* %p.019, i64 0, i32 1
-  %1 = load %"struct.dyld::MappedRanges"** %next, align 8, !tbaa !0
+  %1 = load %"struct.dyld::MappedRanges"** %next, align 8
   %cmp = icmp eq %"struct.dyld::MappedRanges"* %1, null
   br i1 %cmp, label %for.end11, label %for.cond1.preheader
 
 for.end11:                                        ; preds = %for.inc10
   ret void
 }
-
-!0 = metadata !{metadata !"any pointer", metadata !1}
-!1 = metadata !{metadata !"omnipotent char", metadata !2}
-!2 = metadata !{metadata !"Simple C/C++ TBAA"}





More information about the llvm-commits mailing list