Try to fix another profile test

Another CFG optimisation patch (280364) has broken bad profile tests, and this
is a similar attempt to fix the test without changing the semantics.

llvm-svn: 280373
This commit is contained in:
Renato Golin 2016-09-01 14:44:02 +00:00
parent 9512821e22
commit fbd3de7851

View File

@ -9,5 +9,5 @@ struct FOO {
}
}
int a;
int b;
int volatile b;
};