[cfe-commits] r113966 - /cfe/trunk/test/CodeGen/pointer-signext.c

Benjamin Kramer benny.kra at googlemail.com
Wed Sep 15 05:31:47 PDT 2010


Author: d0k
Date: Wed Sep 15 07:31:46 2010
New Revision: 113966

URL: http://llvm.org/viewvc/llvm-project?rev=113966&view=rev
Log:
Tweak regex not to accidentally match a trailing \r.

Modified:
    cfe/trunk/test/CodeGen/pointer-signext.c

Modified: cfe/trunk/test/CodeGen/pointer-signext.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pointer-signext.c?rev=113966&r1=113965&r2=113966&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pointer-signext.c (original)
+++ cfe/trunk/test/CodeGen/pointer-signext.c Wed Sep 15 07:31:46 2010
@@ -4,7 +4,7 @@
 // cause any sign extensions.
 
 // CHECK:      [[P:%.*]] = add i64 %param, -8
-// CHECK-NEXT: [[Q:%.*]] = inttoptr i64 [[P]] to [[R:%.*]]
+// CHECK-NEXT: [[Q:%.*]] = inttoptr i64 [[P]] to [[R:%.*\*]]
 // CHECK-NEXT: {{%.*}} = getelementptr inbounds [[R]] [[Q]], i64 0, i32 0
 
 #define CR(Record, TYPE, Field) \





More information about the cfe-commits mailing list