r255437 - Revert 255436 : remove test that needs to be refined
Xinliang David Li via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 12 10:49:38 PST 2015
Author: davidxl
Date: Sat Dec 12 12:49:37 2015
New Revision: 255437
URL: http://llvm.org/viewvc/llvm-project?rev=255437&view=rev
Log:
Revert 255436 : remove test that needs to be refined
Removed:
cfe/trunk/test/Profile/cxx-static.cpp
Removed: cfe/trunk/test/Profile/cxx-static.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/cxx-static.cpp?rev=255436&view=auto
==============================================================================
--- cfe/trunk/test/Profile/cxx-static.cpp (original)
+++ cfe/trunk/test/Profile/cxx-static.cpp (removed)
@@ -1,13 +0,0 @@
-// RUN: %clang -std=c++11 -o %t.o -c -no-integrated-as -fprofile-instr-generate %s
-
-__attribute__((noinline)) static int bar() {
- return 1;
-}
-
-int foo(int a, int b)
-{
- auto Func = [](int a, int b) { return a > b; };
-
- return Func(a,b) + bar();
-}
-
More information about the cfe-commits
mailing list