[llvm-commits] [llvm] r77807 - /llvm/trunk/include/llvm/Target/TargetLowering.h
Dan Gohman
gohman at apple.com
Sat Aug 1 14:25:47 PDT 2009
Author: djg
Date: Sat Aug 1 16:25:46 2009
New Revision: 77807
URL: http://llvm.org/viewvc/llvm-project?rev=77807&view=rev
Log:
Minor whitespace tidiness.
Modified:
llvm/trunk/include/llvm/Target/TargetLowering.h
Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=77807&r1=77806&r2=77807&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Sat Aug 1 16:25:46 2009
@@ -1085,6 +1085,7 @@
assert(0 && "Not Implemented");
return NULL; // this is here to silence compiler errors
}
+
//===--------------------------------------------------------------------===//
// Lowering methods - These methods must be implemented by targets so that
// the SelectionDAGLowering code knows how to lower these.
More information about the llvm-commits
mailing list