aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-03-04 22:37:43 +0000
committerBob Wilson <bob.wilson@apple.com>2013-03-04 22:37:43 +0000
commit872f04d19d3d6efdd2b2d51493aba0215b712c6c (patch)
treec223a27d958d4353cf1e0f4d86c0721c53d6a285 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parentc7828356aa19a8b01f2d149142a1caecb441c807 (diff)
downloadllvm-872f04d19d3d6efdd2b2d51493aba0215b712c6c.zip
llvm-872f04d19d3d6efdd2b2d51493aba0215b712c6c.tar.gz
llvm-872f04d19d3d6efdd2b2d51493aba0215b712c6c.tar.bz2
Fix confused use of llvm::StringSwitch for armv7r architecture.
svn 170909 added support for cortex-r5 but in this case it was done incorrectly. The last argument to StringSwitch.Cases() is the replacement value, so by adding "cortex-r5" it changed the default cpu for armv7r to cortex-r5 instead of cortex-r4. llvm-svn: 176456
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions