diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-06 00:58:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-06 00:58:50 +0000 |
commit | 885d94143d0fc02fd5c4ddf1d2a2ee74c7934bff (patch) | |
tree | 20ccf778c8b16410a665534c4ae7e52128c42547 /include/llvm | |
parent | 6eb7806a5f5edf460e68f52bdd0fad25f7771873 (diff) |
propagate cookie management out one layer of function calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 03dc67f47d..2eff50123a 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -423,7 +423,7 @@ namespace llvm { mutable unsigned SetCounter; /// EmitInlineAsm - Emit a blob of inline asm to the output streamer. - void EmitInlineAsm(StringRef Str) const; + void EmitInlineAsm(StringRef Str, unsigned LocCookie) const; /// EmitInlineAsm - This method formats and emits the specified machine /// instruction that is an inline asm. |