Index: src/Concurrency/KeywordsNew.cpp
===================================================================
--- src/Concurrency/KeywordsNew.cpp	(revision c86b08de42d13ee7646e48f36c60ff65633dc0ea)
+++ src/Concurrency/KeywordsNew.cpp	(revision ab2b3526afe7ca23ccd1e324ab4644c04eeacca1)
@@ -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.
