Tweak regex not to accidentally match a trailing \r.

llvm-svn: 113966
This commit is contained in:
Benjamin Kramer 2010-09-15 12:31:46 +00:00
parent b8e87d81bf
commit 6cbfca121b
1 changed files with 1 additions and 1 deletions

View File

@ -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) \