llvm-svn: 142297
This commit is contained in:
Jim Grosbach 2011-10-17 22:41:42 +00:00
parent d2d0acdc04
commit f18eec158c
1 changed files with 0 additions and 1 deletions

View 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;
}