diff options
| author | Thomas Jablin <tjablin@gmail.com> | 2016-06-20 20:43:26 +0000 |
|---|---|---|
| committer | Thomas Jablin <tjablin@gmail.com> | 2016-06-20 20:43:26 +0000 |
| commit | 2263512a6cbe411e8fe0cd30b6a465679e291d28 (patch) | |
| tree | 5e5cfacbe6a85f5a6e87f801f2c4f47f8a28edab | |
| parent | 8b61d14d7e2103a19b22c7f1d9ed2e2ab4f87416 (diff) | |
| download | bcm5719-llvm-2263512a6cbe411e8fe0cd30b6a465679e291d28.tar.gz bcm5719-llvm-2263512a6cbe411e8fe0cd30b6a465679e291d28.zip | |
test commit: remove trailing whitespace
llvm-svn: 273197
| -rw-r--r-- | llvm/utils/TableGen/X86DisassemblerTables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86DisassemblerTables.cpp b/llvm/utils/TableGen/X86DisassemblerTables.cpp index ad36dc427a5..5b710e44615 100644 --- a/llvm/utils/TableGen/X86DisassemblerTables.cpp +++ b/llvm/utils/TableGen/X86DisassemblerTables.cpp @@ -285,7 +285,7 @@ static inline bool inheritsFrom(InstructionContext child, return false; case IC_EVEX_L_W_K: case IC_EVEX_L_W_B: - case IC_EVEX_L_W_K_B: + case IC_EVEX_L_W_K_B: case IC_EVEX_L_W_XS_K: case IC_EVEX_L_W_XS_B: case IC_EVEX_L_W_XS_K_B: |

