projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9c1dd7
)
Minor whitespace tidiness.
author
Dan Gohman
<gohman@apple.com>
Sat, 1 Aug 2009 21:25:46 +0000
(21:25 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 1 Aug 2009 21:25:46 +0000
(21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77807
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetLowering.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetLowering.h
b/include/llvm/Target/TargetLowering.h
index 1dec92b9f921d1c0ee5e504568a1b67466642f41..c2156d8c0b8d42c93a1378ab7f66a0deac22b694 100644
(file)
--- a/
include/llvm/Target/TargetLowering.h
+++ b/
include/llvm/Target/TargetLowering.h
@@
-1085,6
+1085,7
@@
public:
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.