diff options
| author | Owen Anderson <resistor@mac.com> | 2010-10-07 22:25:06 +0000 |
|---|---|---|
| committer | Owen Anderson <resistor@mac.com> | 2010-10-07 22:25:06 +0000 |
| commit | df7a4f2515ce59b487c24e8bb8ea98c10b3edabf (patch) | |
| tree | 001747798d8e0272b6b5fabbde9790e8db3741af /llvm/lib/Analysis/LoopDependenceAnalysis.cpp | |
| parent | 28ae29420a66397cebbfdb0f226c7bba190beca3 (diff) | |
| download | llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.zip llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.tar.gz llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.tar.bz2 | |
Now with fewer extraneous semicolons!
llvm-svn: 115996
Diffstat (limited to 'llvm/lib/Analysis/LoopDependenceAnalysis.cpp')
| -rw-r--r-- | llvm/lib/Analysis/LoopDependenceAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp b/llvm/lib/Analysis/LoopDependenceAnalysis.cpp index 82c02dc..aacdd29 100644 --- a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp +++ b/llvm/lib/Analysis/LoopDependenceAnalysis.cpp @@ -47,7 +47,7 @@ LoopPass *llvm::createLoopDependenceAnalysisPass() { } INITIALIZE_PASS(LoopDependenceAnalysis, "lda", - "Loop Dependence Analysis", false, true); + "Loop Dependence Analysis", false, true) char LoopDependenceAnalysis::ID = 0; //===----------------------------------------------------------------------===// |
