diff options
| author | Devang Patel <dpatel@apple.com> | 2011-03-24 20:30:50 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-03-24 20:30:50 +0000 |
| commit | e01b75cb89edb0d204efd9639adc62347f0db056 (patch) | |
| tree | 0487fff203298b4fa2c698d61614cfe8af6fa56d /llvm/test/CodeGen/X86/unknown-location.ll | |
| parent | 9b281e22145d1970186f8293bd02e7a88b3243a7 (diff) | |
| download | bcm5719-llvm-e01b75cb89edb0d204efd9639adc62347f0db056.tar.gz bcm5719-llvm-e01b75cb89edb0d204efd9639adc62347f0db056.zip | |
Keep track of directory namd and fIx regression caused by Rafael's patch r119613.
A better approach would be to move source id handling inside MC.
llvm-svn: 128233
Diffstat (limited to 'llvm/test/CodeGen/X86/unknown-location.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/unknown-location.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/unknown-location.ll b/llvm/test/CodeGen/X86/unknown-location.ll index 09431b5564a..7d101bf95cf 100644 --- a/llvm/test/CodeGen/X86/unknown-location.ll +++ b/llvm/test/CodeGen/X86/unknown-location.ll @@ -9,7 +9,7 @@ ; CHECK-NEXT: Ltmp ; CHECK-NEXT: cltd ; CHECK-NEXT: idivl %r8d -; CHECK-NEXT: .loc 1 4 3 +; CHECK-NEXT: .loc 2 4 3 ; CHECK-NEXT: Ltmp ; CHECK-NEXT: addl %ecx, %eax ; CHECK-NEXT: ret |

