diff options
| author | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-12-26 01:49:59 +0000 |
|---|---|---|
| committer | Venkatraman Govindaraju <venkatra@cs.wisc.edu> | 2013-12-26 01:49:59 +0000 |
| commit | bf683fd15caafc7084b3ed7f41e4f152be6dc740 (patch) | |
| tree | 64bbf41d04df1b69ff6fe6e7756de959ced52ae8 /llvm/test/CodeGen/SPARC | |
| parent | 08bcf29068205f077968d1b918f84015a027c577 (diff) | |
| download | bcm5719-llvm-bf683fd15caafc7084b3ed7f41e4f152be6dc740.tar.gz bcm5719-llvm-bf683fd15caafc7084b3ed7f41e4f152be6dc740.zip | |
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
llvm-svn: 198030
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/exception.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/exception.ll b/llvm/test/CodeGen/SPARC/exception.ll index cb5b6e5c116..a1d6015b89a 100644 --- a/llvm/test/CodeGen/SPARC/exception.ll +++ b/llvm/test/CodeGen/SPARC/exception.ll @@ -11,7 +11,7 @@ ; CHECK-LABEL: main: ; CHECK: .cfi_startproc -; CHECK: .cfi_def_cfa_register 30 +; CHECK: .cfi_def_cfa_register {{30|%fp}} ; CHECK: .cfi_window_save ; CHECK: .cfi_register 15, 31 |

