aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/zero-remat.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/zero-remat.ll')
-rw-r--r--test/CodeGen/X86/zero-remat.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/zero-remat.ll b/test/CodeGen/X86/zero-remat.ll
index 9300c12..5195a11 100644
--- a/test/CodeGen/X86/zero-remat.ll
+++ b/test/CodeGen/X86/zero-remat.ll
@@ -6,11 +6,11 @@
declare void @bar(double %x)
declare void @barf(float %x)
-define double @foo() {
+define double @foo() nounwind {
call void @bar(double 0.0)
ret double 0.0
}
-define float @foof() {
+define float @foof() nounwind {
call void @barf(float 0.0)
ret float 0.0
}