aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-09-15 12:31:46 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-09-15 12:31:46 +0000
commitbf3a60b17fa0a12bc7a548e9c659f45684742258 (patch)
treeb6f3dc8fb26ab7dfcd10cb05100861dbed4c730e
parentee0f984c0029d5bf4c57965fa7393ec2299df4ce (diff)
Tweak regex not to accidentally match a trailing \r.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113966 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/pointer-signext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/pointer-signext.c b/test/CodeGen/pointer-signext.c
index 23395a19cf..e809effb2b 100644
--- a/test/CodeGen/pointer-signext.c
+++ b/test/CodeGen/pointer-signext.c
@@ -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) \