commit | 759f45d5cfb417b39d6e249dbf4925492939d51c | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Fri Nov 23 23:12:25 2007 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Fri Nov 23 23:12:25 2007 +0000 |
tree | d310231b2305c5ddddfd0a3e4e80ae1e1e9b2e9d | |
parent | cef01ec5b18537ddc7eed1df554726c6a448f8da [diff] [blame] |
Keep track of whether the asm is volatile or not. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44297 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Sema/Sema.h b/Sema/Sema.h index f747cef..16d4cab 100644 --- a/Sema/Sema.h +++ b/Sema/Sema.h
@@ -347,6 +347,7 @@ ExprTy *RetValExp); virtual StmtResult ActOnAsmStmt(SourceLocation AsmLoc, + bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, std::string *Names,