Index: src/Concurrency/KeywordsNew.cpp
===================================================================
--- src/Concurrency/KeywordsNew.cpp	(revision 3830c84601a67ed9f3f3ed3c53cdc89c7cbd925c)
+++ src/Concurrency/KeywordsNew.cpp	(revision 835d6e8a258b0c508e242693bfb325e57857db4a)
@@ -779,5 +779,5 @@
 
 const ast::Stmt * SuspendKeyword::postvisit( const ast::SuspendStmt * stmt ) {
-	switch ( stmt->type ) {
+	switch ( stmt->kind ) {
 	case ast::SuspendStmt::None:
 		// Use the context to determain the implicit target.
