From 985d1c5d15d7a09d4cf7fdad1d502aadc1672fd6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 15 Feb 2013 21:30:01 +0000 Subject: Add the 'target-cpu' and 'target-features' attributes to functions. The back-end will use these values to reconfigure code generation for different features. llvm-svn: 175308 --- clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp') diff --git a/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp b/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp index 7acc07d0c5b..da8712180ef 100644 --- a/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp +++ b/clang/test/CodeGenCXX/2009-05-04-PureConstNounwind.cpp @@ -3,7 +3,7 @@ int c(void) __attribute__((const)); int p(void) __attribute__((pure)); int t(void); -// CHECK: define i32 @_Z1fv() { +// CHECK: define i32 @_Z1fv() {{.*}} { int f(void) { // CHECK: call i32 @_Z1cv() nounwind readnone // CHECK: call i32 @_Z1pv() nounwind readonly -- cgit v1.2.3