Back out r166591, not sure why this made it through since I cancelled the command...
[oota-llvm.git] / lib / Transforms / Instrumentation / ProfilingUtils.cpp
index 40aa2274a4ff43380509b2b9500ef463eb376fec..de57cd1734830fae1b4e2d6b2a1467bfad82fe7c 100644 (file)
@@ -134,8 +134,7 @@ void llvm::InsertProfilingShutdownCall(Function *Callee, Module *Mod) {
   // types.
   Type *GlobalDtorElems[2] = {
     Type::getInt32Ty(Mod->getContext()),
-    FunctionType::get(Type::getVoidTy(Mod->getContext()), false)
-      ->getPointerTo()
+    FunctionType::get(Type::getVoidTy(Mod->getContext()), false)->getPointerTo()
   };
   StructType *GlobalDtorElemTy =
       StructType::get(Mod->getContext(), GlobalDtorElems, false);