diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-10-17 22:41:42 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-10-17 22:41:42 +0000 |
| commit | f18eec158c30776ed378998f8373c7950a227134 (patch) | |
| tree | cce0316d2a56d5819797bf417ccff58f716847b6 /llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | |
| parent | d2d0acdc04d30b8e67f36ce009935df564bea218 (diff) | |
| download | bcm5719-llvm-f18eec158c30776ed378998f8373c7950a227134.tar.gz bcm5719-llvm-f18eec158c30776ed378998f8373c7950a227134.zip | |
Tidy up.
llvm-svn: 142297
Diffstat (limited to 'llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index b496705efcd..c887179fc33 100644 --- a/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -921,7 +921,6 @@ public: int64_t Value = CE->getValue(); // i8 value splatted across 8 bytes. The immediate is just the 8 byte // value. -// return ((Value << 8) | (Value & 0xff)) == Value; return Value >= 0 && Value < 256; } |

