diff options
Diffstat (limited to 'test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll')
-rw-r--r-- | test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll index 0af2445..2e4cb1f 100644 --- a/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll +++ b/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; The old instruction selector used to load all arguments to a call up in ; registers, then start pushing them all onto the stack. This is bad news as ; it makes a ton of annoying overlapping live ranges. This code should not |