diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-01-02 22:07:26 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-01-02 22:07:26 +0000 |
commit | b9a23c91559a86dcdf7c6b9eba3e9fcbb383be6e (patch) | |
tree | ecdb37a6dfa370ced7d8260dfb5b80eee4a3ff0b /clang/test/CodeGen/debug-info-line3.c | |
parent | 61770ab26f4b11bf1c3c185bb4fe24e82397baf3 (diff) | |
download | bcm5719-llvm-b9a23c91559a86dcdf7c6b9eba3e9fcbb383be6e.tar.gz bcm5719-llvm-b9a23c91559a86dcdf7c6b9eba3e9fcbb383be6e.zip |
DebugInfo: Provide a less subtle way to set the debug location of simple ret instructions
un-XFAILing the test XFAIL'd in r225086 after it regressed in r225083.
llvm-svn: 225090
Diffstat (limited to 'clang/test/CodeGen/debug-info-line3.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-line3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/debug-info-line3.c b/clang/test/CodeGen/debug-info-line3.c index 13941c016a9..a2bb5c8c57d 100644 --- a/clang/test/CodeGen/debug-info-line3.c +++ b/clang/test/CodeGen/debug-info-line3.c @@ -1,10 +1,5 @@ // RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s -// Temporarily XFAIL while investigating regression. (other improvements seem -// more important to keep rather than reverting them in favor of preserving -// this) -// XFAIL: * - void func(char c, char* d) { *d = c + 1; |