commit | bc0a2226c7fcd18b29b6846049e2cfcb872d3593 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Jul 27 21:00:51 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Jul 27 21:00:51 2009 +0000 |
tree | ea9a833fabacc7a6e607bab9b4d9345eb7586b69 | |
parent | cad86653942d4e33c2674ea40e77d7fe59990130 [diff] [blame] |
Update for LLVM API change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77249 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/function-template-specialization.cpp b/test/CodeGenCXX/function-template-specialization.cpp index bea3af2..1d3c5f6 100644 --- a/test/CodeGenCXX/function-template-specialization.cpp +++ b/test/CodeGenCXX/function-template-specialization.cpp
@@ -24,4 +24,4 @@ // FIXME: should be "_Z4nextIdiEPT_S1_RKT0_" // RUN: grep "_Z4nextIdiEPdPdRKi" %t dptr = next(dptr, diff); -} \ No newline at end of file +}