Simplify IntrinsicLowering and clarify that it is only for use by the
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index 3ca64c44edba1099e640cb47069192ad41fdb208..e4ece7b4d52b4996504ae872e1b57be5469c50d8 100644 (file)
@@ -96,7 +96,7 @@ namespace {
 //
 
 TargetMachine::~TargetMachine() {
-  if (AsmInfo) delete AsmInfo;
+  delete AsmInfo;
 }
 
 /// getRelocationModel - Returns the code generation relocation model. The