[cfe-commits] r144185 - /cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp

Benjamin Kramer benny.kra at googlemail.com
Wed Nov 9 04:43:30 PST 2011


Author: d0k
Date: Wed Nov  9 06:43:30 2011
New Revision: 144185

URL: http://llvm.org/viewvc/llvm-project?rev=144185&view=rev
Log:
Update test.

Modified:
    cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp?rev=144185&r1=144184&r2=144185&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-info-byval.cpp Wed Nov  9 06:43:30 2011
@@ -23,7 +23,7 @@
 EVT bar();
 
 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
-//CHECK: .ascii "missing_arg"
+//CHECK: .asciz "missing_arg"
   EVT e = bar();
   if (dl == n)
     foo(missing_arg);





More information about the cfe-commits mailing list