diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp b/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp index b1ddbb6b837..44175af7f9b 100644 --- a/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp +++ b/llvm/lib/Target/PowerPC/PPCVSXSwapRemoval.cpp @@ -422,6 +422,7 @@ bool PPCVSXSwapRemoval::gatherVectorInstructions() { // of opcodes having a common attribute in TableGen. Should this // change, this is a prime candidate to use such a mechanism. case PPC::INLINEASM: + case PPC::INLINEASM_BR: case PPC::EXTRACT_SUBREG: case PPC::INSERT_SUBREG: case PPC::COPY_TO_REGCLASS: |

