Go to file
Bill Wendling 954cb187e0 Assign the ordering of SDNodes in a much less intrusive fashion. After the
"visit*" method is called, take the newly created nodes, walk them in a DFS
fashion, and if they don't have an ordering set, then give it one.

llvm-svn: 94757
2010-01-28 21:51:40 +00:00
clang Static methods do not need "this" pointer argument. 2010-01-28 21:43:50 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Assign the ordering of SDNodes in a much less intrusive fashion. After the 2010-01-28 21:51:40 +00:00