Remove unused functions.
[oota-llvm.git] / lib / Target / XCore / XCoreFrameLowering.cpp
index b57cf9d72cf26896485b897bbe8e8f693a8882c7..c60259d13f22b06e7aa1053b2d10955eaa1c2dc2 100644 (file)
 using namespace llvm;
 
 // helper functions. FIXME: Eliminate.
-static inline bool isImmUs(unsigned val) {
-  return val <= 11;
-}
-
 static inline bool isImmU6(unsigned val) {
   return val < (1 << 6);
 }