commit | f748845b19813d81189283f76778cfc870f6cfd7 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Wed Mar 24 23:19:27 2010 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Wed Mar 24 23:19:27 2010 +0000 |
tree | daa033817aff6acaa24e5f5ebaf23e7622195220 | |
parent | 33fd1fc1814a5573c972840d49317989e20deace [diff] [blame] |
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
diff --git a/test/CodeGenCXX/references.cpp b/test/CodeGenCXX/references.cpp index a15d406..5a5947d 100644 --- a/test/CodeGenCXX/references.cpp +++ b/test/CodeGenCXX/references.cpp
@@ -153,4 +153,5 @@ // CHECK: alloca // CHECK: store // CHECK: load +// CHECK: ret const int &f2() { return 0; }