Skip to content
RegAllocFast.cpp 35.8 KiB
Newer Older

FunctionPass *llvm::createFastRegisterAllocator() {
  return new RAFast();
}