Tidy up.
authorJim Grosbach <grosbach@apple.com>
Mon, 17 Oct 2011 22:41:42 +0000 (22:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 17 Oct 2011 22:41:42 +0000 (22:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142297 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmParser/ARMAsmParser.cpp

index b496705efcd8890308c1648571199a176d4a6f01..c887179fc33e1da266d397c20802c03576a2e920 100644 (file)
@@ -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;
   }