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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to