[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-04-09-RegScavengerAsm.ll
blobcd512eb10cdcac104792c4675e4f1a33e89c7309
1 ; RUN: llc -mtriple=arm-eabi %s -o /dev/null
2 ; PR3954
4 define void @foo(...) nounwind {
5 entry:
6         %rr = alloca i32                ; <ptr> [#uses=2]
7         %0 = load i32, ptr %rr          ; <i32> [#uses=1]
8         %1 = call i32 asm "nop", "=r,0"(i32 %0) nounwind                ; <i32> [#uses=1]
9         store i32 %1, ptr %rr
10         br label %return
12 return:         ; preds = %entry
13         ret void