diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-08-23 19:49:10 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-08-23 19:49:10 +0000 |
| commit | 5cc338da67f1c2725a69c66e9e5f1917176c2587 (patch) | |
| tree | d84ed95fd18c200dcfbff4d3e0337e4b7ab96e38 /llvm/lib/Target | |
| parent | d88404fbaa0ae5c1d3b70ac4fbf217cfd91e90a1 (diff) | |
| download | bcm5719-llvm-5cc338da67f1c2725a69c66e9e5f1917176c2587.tar.gz bcm5719-llvm-5cc338da67f1c2725a69c66e9e5f1917176c2587.zip | |
Thumb parsing and encoding for SVC.
llvm-svn: 138360
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrThumb.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td index c54aae0c04f..419da021724 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb.td +++ b/llvm/lib/Target/ARM/ARMInstrThumb.td @@ -534,7 +534,7 @@ let isCall = 1, isTerminator = 1, isReturn = 1, isBarrier = 1 in { } -// A8.6.218 Supervisor Call (Software Interrupt) -- for disassembly only +// A8.6.218 Supervisor Call (Software Interrupt) // A8.6.16 B: Encoding T1 // If Inst{11-8} == 0b1111 then SEE SVC let isCall = 1, Uses = [SP] in |

