Fixed a typo.

llvm-svn: 107318
This commit is contained in:
Johnny Chen
2010-06-30 20:43:35 +00:00
parent 928658cd70
commit 20faefd329

View File

@@ -38,7 +38,7 @@ int main (int argc, char const *argv[])
for (i=0; i<(1<<7); i++)
bits.b7 = i; //// break $source:$line
for (i=0; i<(1<<4); i++)
bits.b4 = i; //// break $source:$line
bits.four = i; //// break $source:$line
return 0; //// continue
}