diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-03-18 23:57:57 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-03-18 23:57:57 +0000 |
| commit | 3257f986d5c9b3be7db58d4efa271f789b0cdb02 (patch) | |
| tree | a49e4c33b60d742df4a91fc9e783722c41f1af51 | |
| parent | 1be05d7b4a750c118717c8014ade759e5abb71cf (diff) | |
| download | external_llvm-3257f986d5c9b3be7db58d4efa271f789b0cdb02.zip external_llvm-3257f986d5c9b3be7db58d4efa271f789b0cdb02.tar.gz external_llvm-3257f986d5c9b3be7db58d4efa271f789b0cdb02.tar.bz2 | |
Update comment to refer to the right filename.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98902 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 66c4ba6..d754579 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -71,7 +71,7 @@ class UnaryDP { bit isUnaryDataProc = 1; } class Xform16Bit { bit canXformTo16Bit = 1; } //===----------------------------------------------------------------------===// -// ARM Instruction flags. These need to match ARMInstrInfo.h. +// ARM Instruction flags. These need to match ARMBaseInstrInfo.h. // // Addressing mode. |
