Fix complete badness in bugpoint's IsARMArchitecture() function.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 13 May 2010 17:58:15 +0000 (17:58 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 13 May 2010 17:58:15 +0000 (17:58 +0000)
commit18e05b4692068b2cc1dfbc3aeb682ac2ec63d11b
tree8dd893adb8a7786f15b749b4ed81fec70e7ab6d4
parenteb7d8189699c1885c1624d3808637b09075da145
Fix complete badness in bugpoint's IsARMArchitecture() function.

The revision history for this function is interesting, with multiple layers of
wrongness being introduced one at a time.

This fixes a weird issue where bugpoint -run-llc would suddenly exit 13 half way
through isolating a miscompilation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103721 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ToolRunner.cpp