Forgot to check in this change with r130811.

llvm-svn: 130848
This commit is contained in:
Johnny Chen 2011-05-04 18:01:44 +00:00
parent 23e8ecf125
commit ca5942ffe3
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ int main (int argc, char const *argv[])
int A1 = a(1);
printf("a(1) returns %d\n", A1);
int B2 = b(2); // Another breakpoint which is outside of the stop-hook range.
printf("b(2) returns %d\n", B2);
int C2 = c(2); // Another breakpoint which is outside of the stop-hook range.
printf("c(2) returns %d\n", C2);
int A3 = a(3);
printf("a(3) returns %d\n", A3);