commit | 4302a4965c4fffcecee23210dd1910d8d2c88259 | [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 | c95ac8eebcffb7c71e421df1bbb2ab9a59b4c871 | |
parent | d0278d529b624fb93ec89da21836ea6f436e1b1e [diff] [blame] |
Remove extraneous ';'s. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148740 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h index 7c8e71e..5a1af6d 100644 --- a/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/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.