зеркало из https://github.com/microsoft/clang-1.git
Check for ret, so that we know we hit the end of the function
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99448 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
33fd1fc181
Коммит
f748845b19
|
@ -153,4 +153,5 @@ void f0(s1 a) { s1 b = a; }
|
|||
// CHECK: alloca
|
||||
// CHECK: store
|
||||
// CHECK: load
|
||||
// CHECK: ret
|
||||
const int &f2() { return 0; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче