summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-01-23 22:55:02 +0000
committerBill Wendling <isanbard@gmail.com>2012-01-23 22:55:02 +0000
commit11eeeff24f4355033e9e580858e716512b1e1094 (patch)
tree3b16a1d806614cb50222356c89a6569eae79f83f /llvm/lib/ExecutionEngine
parentec601f003a29c4721632b0ee5d70558c3d4a7418 (diff)
downloadbcm5719-llvm-11eeeff24f4355033e9e580858e716512b1e1094.tar.gz
bcm5719-llvm-11eeeff24f4355033e9e580858e716512b1e1094.zip
Remove extraneous ';'s.
llvm-svn: 148740
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
index 7c8e71e14f6..5a1af6d3536 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -119,7 +119,7 @@ public:
bool AbortOnFailure = true) {
// FIXME: not implemented.
return 0;
- };
+ }
/// recompileAndRelinkFunction - For the interpreter, functions are always
/// up-to-date.
OpenPOWER on IntegriCloud