summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 01:28:09 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 01:28:09 +0000
commit17fd6dd7af5e680ad2686522eda6caedf1d45e7b (patch)
tree286a6d5eceb9d92c3cc36f12604eb0761b9524c8 /llvm/include
parentfe189e65d7fb6e11e1ca3c3ac92541fc6b312fbb (diff)
downloadbcm5719-llvm-17fd6dd7af5e680ad2686522eda6caedf1d45e7b.tar.gz
bcm5719-llvm-17fd6dd7af5e680ad2686522eda6caedf1d45e7b.zip
remove extraneous ;
llvm-svn: 93833
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Analysis/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h
index b74fe7089b6..365823ddf23 100644
--- a/llvm/include/llvm/Analysis/DebugInfo.h
+++ b/llvm/include/llvm/Analysis/DebugInfo.h
@@ -475,7 +475,7 @@ namespace llvm {
/// is not associated with any DWARF tag.
class DILocation : public DIDescriptor {
public:
- explicit DILocation(MDNode *N) : DIDescriptor(N) { ; }
+ explicit DILocation(MDNode *N) : DIDescriptor(N) { }
unsigned getLineNumber() const { return getUnsignedField(0); }
unsigned getColumnNumber() const { return getUnsignedField(1); }
OpenPOWER on IntegriCloud