[llvm] r229277 - Update a test to make it easier to migrate to untyped pointers

David Blaikie dblaikie at gmail.com
Sat Feb 14 20:13:59 PST 2015


Author: dblaikie
Date: Sat Feb 14 22:13:58 2015
New Revision: 229277

URL: http://llvm.org/viewvc/llvm-project?rev=229277&view=rev
Log:
Update a test to make it easier to migrate to untyped pointers

Modified:
    llvm/trunk/test/Transforms/JumpThreading/phi-eq.ll

Modified: llvm/trunk/test/Transforms/JumpThreading/phi-eq.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/JumpThreading/phi-eq.ll?rev=229277&r1=229276&r2=229277&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/JumpThreading/phi-eq.ll (original)
+++ llvm/trunk/test/Transforms/JumpThreading/phi-eq.ll Sat Feb 14 22:13:58 2015
@@ -101,7 +101,7 @@ get_filter_list.exit6:
   %2 = load %struct._GList** %1, align 8
 ; We should have jump-threading insert an additional load here for the value
 ; coming out of the first switch, which is picked up by a subsequent phi
-; CHECK: {{%\.pr = load %[^%]* %0}}
+; CHECK: %.pr = load %struct._GList** %0
 ; CHECK-NEXT:  br label %while.cond
   br label %while.cond
 





More information about the llvm-commits mailing list