R600/SI: Add new helper isSGPRClassID
[oota-llvm.git] / lib / CodeGen / LexicalScopes.cpp
index d12c234bf3b20343eea3d8b7dc740dc476eb7485..4600b2943c94294d225323a24ce15482978ad164 100644 (file)
@@ -285,7 +285,7 @@ void LexicalScopes::assignInstructionRanges(
 /// have machine instructions that belong to lexical scope identified by
 /// DebugLoc.
 void LexicalScopes::getMachineBasicBlocks(
-    DebugLoc DL, SmallPtrSet<const MachineBasicBlock *, 4> &MBBs) {
+    DebugLoc DL, SmallPtrSetImpl<const MachineBasicBlock *> &MBBs) {
   MBBs.clear();
   LexicalScope *Scope = getOrCreateLexicalScope(DL);
   if (!Scope)