Index: src/Concurrency/KeywordsNew.cpp
===================================================================
--- src/Concurrency/KeywordsNew.cpp	(revision 3830c84601a67ed9f3f3ed3c53cdc89c7cbd925c)
+++ src/Concurrency/KeywordsNew.cpp	(revision 39b2403255f6fc9729d0d5c33a49face554a57da)
@@ -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.
