aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-10-14 20:39:01 +0000
committerDan Gohman <gohman@apple.com>2009-10-14 20:39:01 +0000
commitd10e68c2cb61f2c9569ca80e1c54b2e40ee066d2 (patch)
tree9da97756d65f5090a26907d35c583561f9929d96 /include/llvm/CodeGen
parentb9d319b5854640b363d332ce9840026900b9f663 (diff)
downloadexternal_llvm-d10e68c2cb61f2c9569ca80e1c54b2e40ee066d2.zip
external_llvm-d10e68c2cb61f2c9569ca80e1c54b2e40ee066d2.tar.gz
external_llvm-d10e68c2cb61f2c9569ca80e1c54b2e40ee066d2.tar.bz2
Delete bogus semicolons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/ScheduleDAG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h
index 281484e..fdbbb1e 100644
--- a/include/llvm/CodeGen/ScheduleDAG.h
+++ b/include/llvm/CodeGen/ScheduleDAG.h
@@ -501,7 +501,7 @@ namespace llvm {
/// operand use/def information
///
virtual void ComputeOperandLatency(SUnit *, SUnit *,
- SDep&) const { };
+ SDep&) const { }
/// Schedule - Order nodes according to selected style, filling
/// in the Sequence member.