Skip to content
Commit 267c07b5 authored by Devang Patel's avatar Devang Patel
Browse files

Do not eliminate loop when it is invalid to do so. For example,

for(int i = 0; i < N; i++) {
	if ( i == XYZ) {
		A;
	else
		B;
	}
	C;
	D;
}

llvm-svn: 42058
parent 1abd5c9d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment