X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FAnalysis%2FMemDepPrinter.cpp;h=1f5a2d1ef3b2c3816e6d7520d7d0831f9182ca48;hp=420ef65e410c9b90cf78b6019c8d2b32ffae78e9;hb=ce665bd2e2b581ab0858d1afe359192bac96b868;hpb=0e99219e03b1e41addb374edbe7b6098f7c071a3 diff --git a/lib/Analysis/MemDepPrinter.cpp b/lib/Analysis/MemDepPrinter.cpp index 420ef65e410..1f5a2d1ef3b 100644 --- a/lib/Analysis/MemDepPrinter.cpp +++ b/lib/Analysis/MemDepPrinter.cpp @@ -50,7 +50,8 @@ namespace { } char MemDepPrinter::ID = 0; -INITIALIZE_PASS(MemDepPrinter, "print-memdeps", "Print MemDeps of function", false, true); +INITIALIZE_PASS(MemDepPrinter, "print-memdeps", "Print MemDeps of function", + false, true) FunctionPass *llvm::createMemDepPrinter() { return new MemDepPrinter();