David Blaikie
c2467c4e9b
Revert r183854 (PPC: Fix switch warnings from r183841)
...
Now that the PRED_BAD has been removed, this is failing the Clang
-Werror build due to -Wcovered-switch-default.
llvm-svn: 183863
2013-06-12 20:57:32 +00:00
Bill Schmidt
31c60f740e
[PowerPC] Fix switch warnings from r183841.
...
Introducing PRED_BAD caused some unexpected warnings that are now
suppressed.
llvm-svn: 183854
2013-06-12 19:20:32 +00:00
Hal Finkel
0f64e21bb9
Move PPC getSwappedPredicate for reuse
...
The getSwappedPredicate function can be used in other places (such as in
improvements to the PPCCTRLoops pass). Instead of trapping it as a static
function in PPCInstrInfo, move it into PPCPredicates with other
predicate-related things.
No functionality change intended.
llvm-svn: 179926
2013-04-20 05:16:26 +00:00
Benjamin Kramer
cf3d5aaea9
Remove default case from fully covered switch.
...
llvm-svn: 178025
2013-03-26 14:17:42 +00:00
Evan Cheng
1142444565
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.
...
llvm-svn: 136027
2011-07-26 00:24:13 +00:00