summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pointer-signext.c
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
commit6cbfca121b25f25874895a9460bd8a111e1e2cb6 (patch)
tree5ae95a3347465930ea8f605c019b9262dceacc48 /clang/test/CodeGen/pointer-signext.c
parentb8e87d81bf4c73274956d8bb66e2d72afe6ae107 (diff)
downloadbcm5719-llvm-6cbfca121b25f25874895a9460bd8a111e1e2cb6.tar.gz
bcm5719-llvm-6cbfca121b25f25874895a9460bd8a111e1e2cb6.zip
Tweak regex not to accidentally match a trailing \r.
llvm-svn: 113966
Diffstat (limited to 'clang/test/CodeGen/pointer-signext.c')
-rw-r--r--clang/test/CodeGen/pointer-signext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pointer-signext.c b/clang/test/CodeGen/pointer-signext.c
index 23395a19cf6..e809effb2b1 100644
--- a/clang/test/CodeGen/pointer-signext.c
+++ b/clang/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) \
OpenPOWER on IntegriCloud