GPGPU: Do not check for hidden declarations
authorTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 11:42:53 +0000 (11:42 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 11:42:53 +0000 (11:42 +0000)
commitcfa0361d352edd37ff6d1817efd2546d2c6a63a4
tree86c2518b19c2eecc1d0b1b8b3fbb20f953769817
parentcf9c31550c61b04985e98941e499cfacc0b3e9bf
GPGPU: Do not check for hidden declarations

We do not have them in Polly and the code to check for them is directly
referring to pet data structures which we do not have available.

This commit avoids undefined behavior. As such issues are difficult to
reproduce, this commit comes without a test case.

llvm-svn: 275553
polly/lib/External/ppcg/ppcg.c