llvm-svn: 157885
This commit is contained in:
Benjamin Kramer
2012-06-02 10:20:22 +00:00
parent 0e46d8a08c
commit bde9176663
59 changed files with 73 additions and 73 deletions

View File

@@ -1257,7 +1257,7 @@ llvm::Function *createCatchWrappedInvokeFunction(llvm::Module &module,
// FIXME: Redundant storage which, beyond utilizing value of
// caughtResultStore for unwindException storage, may be alleviated
// alltogether with a block rearrangement
// altogether with a block rearrangement
builder.CreateStore(caughtResult, caughtResultStorage);
builder.CreateStore(unwindException, exceptionStorage);
builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag);