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 | a4d86b63c7fd6785f7bfd62176c7eb65daa7a98c (patch) | |
tree | 7165decd868c29d938f516ec430caff6292b9078 | |
parent | 8e9b895c37c3cb78057d2b18dfb54b30d8cf2990 (diff) | |
download | bcm5719-llvm-a4d86b63c7fd6785f7bfd62176c7eb65daa7a98c.tar.gz bcm5719-llvm-a4d86b63c7fd6785f7bfd62176c7eb65daa7a98c.zip |
Update comment to refer to the right filename.
llvm-svn: 98902
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrFormats.td b/llvm/lib/Target/ARM/ARMInstrFormats.td index 66c4ba63074..d754579dbab 100644 --- a/llvm/lib/Target/ARM/ARMInstrFormats.td +++ b/llvm/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. |