Silence GCC warning.

llvm-svn: 183742
This commit is contained in:
Benjamin Kramer 2013-06-11 13:13:47 +00:00
parent 65745dc0b1
commit 8981d6c945
1 changed files with 1 additions and 0 deletions

View File

@ -315,6 +315,7 @@ createReferenceTemporary(CodeGenFunction &CGF,
case SD_Dynamic:
llvm_unreachable("temporary can't have dynamic storage duration");
}
llvm_unreachable("unknown storage duration");
}
static llvm::Value *