commit | 11eeeff24f4355033e9e580858e716512b1e1094 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Mon Jan 23 22:55:02 2012 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Mon Jan 23 22:55:02 2012 +0000 |
tree | 3b16a1d806614cb50222356c89a6569eae79f83f | |
parent | ec601f003a29c4721632b0ee5d70558c3d4a7418 [diff] [blame] |
Remove extraneous ';'s. llvm-svn: 148740
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index 7c8e71e..5a1af6d 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -119,7 +119,7 @@ bool AbortOnFailure = true) { // FIXME: not implemented. return 0; - }; + } /// recompileAndRelinkFunction - For the interpreter, functions are always /// up-to-date.