Skip to content
Snippets Groups Projects
Commit 68069f27 authored by Sanjay Patel's avatar Sanjay Patel
Browse files

[x86] add nounwind attribute to test; NFC

This will avoid some noise in case the register allocation changes.
parent 4977da2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=X86
; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefix=X64
define void @PR36250() {
define void @PR36250() nounwind {
; X86-LABEL: PR36250:
; X86: # %bb.0:
; X86-NEXT: movl (%eax), %eax
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment