summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Linux_util.c
diff options
context:
space:
mode:
authorArtyom Skrobov <Artyom.Skrobov@arm.com>2015-08-05 11:02:14 +0000
committerArtyom Skrobov <Artyom.Skrobov@arm.com>2015-08-05 11:02:14 +0000
commit6fbef2a780fe356fbe1cb3abfe7daa6d0da05fef (patch)
treeec656f43789a9f6b5c4e2d59cb97c080785220b6 /openmp/runtime/src/z_Linux_util.c
parent9cc21065b4c8ca63d0e0ab96270af86593621079 (diff)
downloadbcm5719-llvm-6fbef2a780fe356fbe1cb3abfe7daa6d0da05fef.tar.gz
bcm5719-llvm-6fbef2a780fe356fbe1cb3abfe7daa6d0da05fef.zip
ARMISelDAGToDAG.cpp had this self-contradictory code:
return StringSwitch<int>(Flags) .Case("g", 0x1) .Case("nzcvq", 0x2) .Case("nzcvqg", 0x3) .Default(-1); ... // The _g and _nzcvqg versions are only valid if the DSP extension is // available. if (!Subtarget->hasThumb2DSP() && (Mask & 0x2)) return -1; ARMARM confirms that the comment is right, and the code was wrong. llvm-svn: 244029
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud