diff options
author | Owen Anderson <resistor@mac.com> | 2009-07-27 21:00:51 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-07-27 21:00:51 +0000 |
commit | bc0a2226c7fcd18b29b6846049e2cfcb872d3593 (patch) | |
tree | ea9a833fabacc7a6e607bab9b4d9345eb7586b69 /test/CodeGenCXX/function-template-specialization.cpp | |
parent | cad86653942d4e33c2674ea40e77d7fe59990130 (diff) |
Update for LLVM API change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/function-template-specialization.cpp')
-rw-r--r-- | test/CodeGenCXX/function-template-specialization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/function-template-specialization.cpp b/test/CodeGenCXX/function-template-specialization.cpp index bea3af2bb5..1d3c5f65ec 100644 --- a/test/CodeGenCXX/function-template-specialization.cpp +++ b/test/CodeGenCXX/function-template-specialization.cpp @@ -24,4 +24,4 @@ void test2(int *iptr, double *dptr, int diff) { // FIXME: should be "_Z4nextIdiEPT_S1_RKT0_" // RUN: grep "_Z4nextIdiEPdPdRKi" %t dptr = next(dptr, diff); -}
\ No newline at end of file +} |